#CB6DE9

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

Shades of Heliotrope #CB6DE9

Tints of Heliotrope #CB6DE9

Color information

#CB6DE9 (or 0xCB6DE9) is unknown color: approx Heliotrope. HEX triplet: CB, 6D and E9. RGB value is (203,109,233). Sum of RGB (Red+Green+Blue) = 203+109+233=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 233 (91.41% from 255 or 42.75% from 545); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB6DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6DE9 is #349216. Grayscale: #969696. Windows color (decimal): -3445271 or 15297995. OLE color: 15297995.

HSL color Cylindrical-coordinate representation of color #CB6DE9: hue angle of 285.48º degrees, saturation: 0.74, 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 #CB6DE9 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203109233-
CMYK0.130.5300.09
HSL285.48º73.81%67.06%-
HSV(B)285.48º53.22%91.37%-
XYZ44.8129.5280.43-
YUV151.24174.14164.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 109 (42.97% from 255) = 20%
BLUE value IS 233 (91.41% from 255) = 42.75%
R=37.25%
G=20%
B=42.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031092330.130.5300.09285.4873.8167.06
HexCB6DE9D350911d4a43
Octal3131553511565011435112103
Binary1100101111011011110100111011101010100110001110110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6DE9; }

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

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

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

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

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

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

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

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