#CD78EE

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

Shades of Heliotrope #CD78EE

Tints of Heliotrope #CD78EE

Color information

#CD78EE (or 0xCD78EE) is unknown color: approx Heliotrope. HEX triplet: CD, 78 and EE. RGB value is (205,120,238). Sum of RGB (Red+Green+Blue) = 205+120+238=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD78EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD78EE is #328711. Grayscale: #9E9E9E. Windows color (decimal): -3311378 or 15628493. OLE color: 15628493.

HSL color Cylindrical-coordinate representation of color #CD78EE: hue angle of 283.22º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD78EE is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205120238-
CMYK0.140.5000.07
HSL283.22º77.63%70.2%-
HSV(B)283.22º49.58%93.33%-
XYZ47.3332.5984.68-
YUV158.87172.66160.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 120 (47.27% from 255) = 21.31%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=36.41%
G=21.31%
B=42.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051202380.140.5000.07283.2277.6370.2
HexCD78EEE320711b4e46
Octal315170356166207433116106
Binary110011011111000111011101110110010011110001101110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD78EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD78EE; }

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

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

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

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

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

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

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

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