#CD77EB

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

Shades of Heliotrope #CD77EB

Tints of Heliotrope #CD77EB

Color information

#CD77EB (or 0xCD77EB) is unknown color: approx Heliotrope. HEX triplet: CD, 77 and EB. RGB value is (205,119,235). Sum of RGB (Red+Green+Blue) = 205+119+235=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #CD77EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD77EB is #328814. Grayscale: #9D9D9D. Windows color (decimal): -3311637 or 15431629. OLE color: 15431629.

HSL color Cylindrical-coordinate representation of color #CD77EB: hue angle of 284.48º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD77EB is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205119235-
CMYK0.130.4900.08
HSL284.48º74.36%69.41%-
HSV(B)284.48º49.36%92.16%-
XYZ46.7732.1782.34-
YUV157.94171.49161.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 119 (46.88% from 255) = 21.29%
BLUE value IS 235 (92.19% from 255) = 42.04%
R=36.67%
G=21.29%
B=42.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051192350.130.4900.08284.4874.3669.41
HexCD77EBD310811c4a45
Octal3151673531561010434112105
Binary1100110111101111110101111011100010100010001110010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD77EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD77EB; }

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

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

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

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

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

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

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

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