#CD77EE

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

Shades of Heliotrope #CD77EE

Tints of Heliotrope #CD77EE

Color information

#CD77EE (or 0xCD77EE) is unknown color: approx Heliotrope. HEX triplet: CD, 77 and EE. RGB value is (205,119,238). Sum of RGB (Red+Green+Blue) = 205+119+238=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD77EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD77EE is #328811. Grayscale: #9D9D9D. Windows color (decimal): -3311634 or 15628237. OLE color: 15628237.

HSL color Cylindrical-coordinate representation of color #CD77EE: hue angle of 283.36º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD77EE is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205119238-
CMYK0.140.5000.07
HSL283.36º77.78%70%-
HSV(B)283.36º50%93.33%-
XYZ47.2132.3584.64-
YUV158.28172.99161.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 119 (46.88% from 255) = 21.17%
BLUE value IS 238 (93.36% from 255) = 42.35%
R=36.48%
G=21.17%
B=42.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051192380.140.5000.07283.3677.7870
HexCD77EEE320711b4e46
Octal315167356166207433116106
Binary110011011110111111011101110110010011110001101110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD77EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD77EE; }

 p { color: rgb(205,119,238); }

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

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

 a { background-color: rgb(205,119,238); }

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

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

 span { border-color: rgb(205,119,238); }

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