#CD76EA

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

Shades of Heliotrope #CD76EA

Tints of Heliotrope #CD76EA

Color information

#CD76EA (or 0xCD76EA) is unknown color: approx Heliotrope. HEX triplet: CD, 76 and EA. RGB value is (205,118,234). Sum of RGB (Red+Green+Blue) = 205+118+234=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD76EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD76EA is #328915. Grayscale: #9C9C9C. Windows color (decimal): -3311894 or 15365837. OLE color: 15365837.

HSL color Cylindrical-coordinate representation of color #CD76EA: hue angle of 285º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD76EA is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205118234-
CMYK0.120.5000.08
HSL285º73.42%69.02%-
HSV(B)285º49.57%91.76%-
XYZ46.5131.8881.54-
YUV157.24171.32162.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 118 (46.48% from 255) = 21.18%
BLUE value IS 234 (91.80% from 255) = 42.01%
R=36.80%
G=21.18%
B=42.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051182340.120.5000.0828573.4269.02
HexCD76EAC320811d4945
Octal3151663521462010435111105
Binary1100110111101101110101011001100100100010001110110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD76EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD76EA; }

 p { color: rgb(205,118,234); }

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

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

 a { background-color: rgb(205,118,234); }

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

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

 span { border-color: rgb(205,118,234); }

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