#cb6de7

Color #CB6DE7 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #CB6DE7

Tints of Heliotrope #CB6DE7

Color information

#CB6DE7 (or 0xCB6DE7) is unknown color: approx Heliotrope. HEX triplet: CB, 6D and E7. RGB value is (203,109,231). Sum of RGB (Red+Green+Blue) = 203+109+231=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 231 (90.62% from 255 or 42.54% from 543); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB6DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6DE7 is #349218. Grayscale: #969696. Windows color (decimal): -3445273 or 15166923. OLE color: 15166923.

HSL color Cylindrical-coordinate representation of color #CB6DE7: hue angle of 286.23º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6DE7 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203109231-
CMYK0.120.5300.09
HSL286.23º71.76%66.67%-
HSV(B)286.23º52.81%90.59%-
XYZ44.5229.478.93-
YUV151.01173.14165.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 109 (42.97% from 255) = 20.07%
BLUE value IS 231 (90.62% from 255) = 42.54%
R=37.38%
G=20.07%
B=42.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031092310.120.5300.09286.2371.7666.67
HexCB6DE7C350911e4843
Octal3131553471465011436110103
Binary1100101111011011110011111001101010100110001111010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb6de7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb6de7; }

 p { color: rgb(203,109,231); }

 H1.HeaderClassName
 {
   color: #cb6de7;
 }
 .AnyTagClassName
 {
   color: #cb6de7;
 }
</style>
background-color css

<style>
 a { background-color: #cb6de7; }

 a { background-color: rgb(203,109,231); }

 div.DivClassName
 {
   background-color: #cb6de7;
 }
 .BgClassName
 {
   background-color: #cb6de7;
 }
</style>
border-color css

<style>
 span { border-color: #cb6de7; }

 span { border-color: rgb(203,109,231); }

 td.TdClassName
 {
   border-color: #cb6de7;
 }
 .TagClassName
 {
   border-color: #cb6de7;
 }
</style>