#CF66FF

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

Shades of Heliotrope #CF66FF

Tints of Heliotrope #CF66FF

Color information

#CF66FF (or 0xCF66FF) is unknown color: approx Heliotrope. HEX triplet: CF, 66 and FF. RGB value is (207,102,255). Sum of RGB (Red+Green+Blue) = 207+102+255=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 102 (40.23% from 255 or 18.09% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF66FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF66FF is #309900. Grayscale: #969696. Windows color (decimal): -3184897 or 16737999. OLE color: 16737999.

HSL color Cylindrical-coordinate representation of color #CF66FF: hue angle of 281.18º 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 #CF66FF is Cyan = 0.19, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB207102255-
CMYK0.190.600
HSL281.18º100%70%-
HSV(B)281.18º60%100%-
XYZ48.5329.9997.84-
YUV150.84186.79168.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 102 (40.23% from 255) = 18.09%
BLUE value IS 255 (100% from 255) = 45.21%
R=36.70%
G=18.09%
B=45.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071022550.190.600281.1810070
HexCF66FF133C001196446
Octal317146377237400431144106
Binary11001111110011011111111100111111000010001100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF66FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF66FF; }

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

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

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

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

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

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

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

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