#CD70EE

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

Shades of Heliotrope #CD70EE

Tints of Heliotrope #CD70EE

Color information

#CD70EE (or 0xCD70EE) is unknown color: approx Heliotrope. HEX triplet: CD, 70 and EE. RGB value is (205,112,238). Sum of RGB (Red+Green+Blue) = 205+112+238=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD70EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD70EE is #328F11. Grayscale: #999999. Windows color (decimal): -3313426 or 15626445. OLE color: 15626445.

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

Color convert

RGB205112238-
CMYK0.140.5300.07
HSL284.29º78.75%68.63%-
HSV(B)284.29º52.94%93.33%-
XYZ46.430.7484.38-
YUV154.17175.31164.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 112 (44.14% from 255) = 20.18%
BLUE value IS 238 (93.36% from 255) = 42.88%
R=36.94%
G=20.18%
B=42.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051122380.140.5300.07284.2978.7568.63
HexCD70EEE350711c4f45
Octal315160356166507434117105
Binary110011011110000111011101110110101011110001110010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD70EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD70EE; }

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

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

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

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

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

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

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

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