#CD80E6

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

Shades of Heliotrope #CD80E6

Tints of Heliotrope #CD80E6

Color information

#CD80E6 (or 0xCD80E6) is unknown color: approx Heliotrope. HEX triplet: CD, 80 and E6. RGB value is (205,128,230). Sum of RGB (Red+Green+Blue) = 205+128+230=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 230 - color contains mainly: blue. Hex color #CD80E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD80E6 is #327F19. Grayscale: #A2A2A2. Windows color (decimal): -3309338 or 15106253. OLE color: 15106253.

HSL color Cylindrical-coordinate representation of color #CD80E6: hue angle of 285.29º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD80E6 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB205128230-
CMYK0.110.4400.10
HSL285.29º67.11%70.2%-
HSV(B)285.29º44.35%90.2%-
XYZ47.1834.1378.96-
YUV162.65166.01158.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 128 (50.39% from 255) = 22.74%
BLUE value IS 230 (90.23% from 255) = 40.85%
R=36.41%
G=22.74%
B=40.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2051282300.110.4400.10285.2967.1170.2
HexCD80E6B2C0A11d4346
Octal3152003461354012435103106
Binary11001101100000001110011010111011000101010001110110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80E6; }

 p { color: rgb(205,128,230); }

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

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

 a { background-color: rgb(205,128,230); }

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

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

 span { border-color: rgb(205,128,230); }

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