#CB6DED

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

Shades of Heliotrope #CB6DED

Tints of Heliotrope #CB6DED

Color information

#CB6DED (or 0xCB6DED) is unknown color: approx Heliotrope. HEX triplet: CB, 6D and ED. RGB value is (203,109,237). Sum of RGB (Red+Green+Blue) = 203+109+237=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB6DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6DED is #349212. Grayscale: #979797. Windows color (decimal): -3445267 or 15560139. OLE color: 15560139.

HSL color Cylindrical-coordinate representation of color #CB6DED: hue angle of 284.06º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB6DED is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203109237-
CMYK0.140.5400.07
HSL284.06º78.05%67.84%-
HSV(B)284.06º54.01%92.94%-
XYZ45.3829.7583.47-
YUV151.7176.14164.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.98%
GREEN value IS 109 (42.97% from 255) = 19.85%
BLUE value IS 237 (92.97% from 255) = 43.17%
R=36.98%
G=19.85%
B=43.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031092370.140.5400.07284.0678.0567.84
HexCB6DEDE360711c4e44
Octal313155355166607434116104
Binary110010111101101111011011110110110011110001110010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6DED; }

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

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

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

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

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

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

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

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