#CB66FF

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

Shades of Heliotrope #CB66FF

Tints of Heliotrope #CB66FF

Color information

#CB66FF (or 0xCB66FF) is unknown color: approx Heliotrope. HEX triplet: CB, 66 and FF. RGB value is (203,102,255). Sum of RGB (Red+Green+Blue) = 203+102+255=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 102 (40.23% from 255 or 18.21% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB66FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB66FF is #349900. Grayscale: #959595. Windows color (decimal): -3447041 or 16737995. OLE color: 16737995.

HSL color Cylindrical-coordinate representation of color #CB66FF: hue angle of 279.61º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB66FF is Cyan = 0.20, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203102255-
CMYK0.200.600
HSL279.61º100%70%-
HSV(B)279.61º60%100%-
XYZ47.4329.4297.79-
YUV149.64187.46166.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 102 (40.23% from 255) = 18.21%
BLUE value IS 255 (100% from 255) = 45.54%
R=36.25%
G=18.21%
B=45.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031022550.200.600279.6110070
HexCB66FF143C001186446
Octal313146377247400430144106
Binary11001011110011011111111101001111000010001100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB66FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB66FF; }

 p { color: rgb(203,102,255); }

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

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

 a { background-color: rgb(203,102,255); }

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

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

 span { border-color: rgb(203,102,255); }

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