#CD66FF

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

Shades of Heliotrope #CD66FF

Tints of Heliotrope #CD66FF

Color information

#CD66FF (or 0xCD66FF) is unknown color: approx Heliotrope. HEX triplet: CD, 66 and FF. RGB value is (205,102,255). Sum of RGB (Red+Green+Blue) = 205+102+255=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 102 (40.23% from 255 or 18.15% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD66FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD66FF is #329900. Grayscale: #959595. Windows color (decimal): -3315969 or 16737997. OLE color: 16737997.

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

Color convert

RGB205102255-
CMYK0.200.600
HSL280.39º100%70%-
HSV(B)280.39º60%100%-
XYZ47.9829.797.81-
YUV150.24187.12167.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 102 (40.23% from 255) = 18.15%
BLUE value IS 255 (100% from 255) = 45.37%
R=36.48%
G=18.15%
B=45.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051022550.200.600280.3910070
HexCD66FF143C001186446
Octal315146377247400430144106
Binary11001101110011011111111101001111000010001100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD66FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD66FF; }

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

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

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

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

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

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

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

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