#CD70F2

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

Shades of Heliotrope #CD70F2

Tints of Heliotrope #CD70F2

Color information

#CD70F2 (or 0xCD70F2) is unknown color: approx Heliotrope. HEX triplet: CD, 70 and F2. RGB value is (205,112,242). Sum of RGB (Red+Green+Blue) = 205+112+242=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 112 (44.14% from 255 or 20.04% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD70F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD70F2 is #328F0D. Grayscale: #9A9A9A. Windows color (decimal): -3313422 or 15888589. OLE color: 15888589.

HSL color Cylindrical-coordinate representation of color #CD70F2: hue angle of 282.92º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD70F2 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205112242-
CMYK0.150.5400.05
HSL282.92º83.33%69.41%-
HSV(B)282.92º53.72%94.9%-
XYZ4730.9887.51-
YUV154.63177.31163.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 112 (44.14% from 255) = 20.04%
BLUE value IS 242 (94.92% from 255) = 43.29%
R=36.67%
G=20.04%
B=43.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051122420.150.5400.05282.9283.3369.41
HexCD70F2F360511b5345
Octal315160362176605433123105
Binary110011011110000111100101111110110010110001101110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD70F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD70F2; }

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

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

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

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

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

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

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

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