#CD70EC

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

Shades of Heliotrope #CD70EC

Tints of Heliotrope #CD70EC

Color information

#CD70EC (or 0xCD70EC) is unknown color: approx Heliotrope. HEX triplet: CD, 70 and EC. RGB value is (205,112,236). Sum of RGB (Red+Green+Blue) = 205+112+236=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD70EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD70EC is #328F13. Grayscale: #999999. Windows color (decimal): -3313428 or 15495373. OLE color: 15495373.

HSL color Cylindrical-coordinate representation of color #CD70EC: hue angle of 285º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD70EC is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205112236-
CMYK0.130.5300.07
HSL285º76.54%68.24%-
HSV(B)285º52.54%92.55%-
XYZ46.1130.6282.84-
YUV153.94174.31164.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 112 (44.14% from 255) = 20.25%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=37.07%
G=20.25%
B=42.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051122360.130.5300.0728576.5468.24
HexCD70ECD350711d4d44
Octal315160354156507435115104
Binary110011011110000111011001101110101011110001110110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD70EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD70EC; }

 p { color: rgb(205,112,236); }

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

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

 a { background-color: rgb(205,112,236); }

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

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

 span { border-color: rgb(205,112,236); }

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