#CD69E9

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

Shades of Heliotrope #CD69E9

Tints of Heliotrope #CD69E9

Color information

#CD69E9 (or 0xCD69E9) is unknown color: approx Heliotrope. HEX triplet: CD, 69 and E9. RGB value is (205,105,233). Sum of RGB (Red+Green+Blue) = 205+105+233=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #CD69E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD69E9 is #329616. Grayscale: #959595. Windows color (decimal): -3315223 or 15296973. OLE color: 15296973.

HSL color Cylindrical-coordinate representation of color #CD69E9: hue angle of 286.88º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD69E9 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205105233-
CMYK0.120.5500.09
HSL286.88º74.42%66.27%-
HSV(B)286.88º54.94%91.37%-
XYZ44.9428.9780.31-
YUV149.49175.13167.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.75%
GREEN value IS 105 (41.41% from 255) = 19.34%
BLUE value IS 233 (91.41% from 255) = 42.91%
R=37.75%
G=19.34%
B=42.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051052330.120.5500.09286.8874.4266.27
HexCD69E9C370911f4a42
Octal3151513511467011437112102
Binary1100110111010011110100111001101110100110001111110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD69E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD69E9; }

 p { color: rgb(205,105,233); }

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

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

 a { background-color: rgb(205,105,233); }

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

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

 span { border-color: rgb(205,105,233); }

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