#CD84EF

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

Shades of Heliotrope #CD84EF

Tints of Heliotrope #CD84EF

Color information

#CD84EF (or 0xCD84EF) is unknown color: approx Heliotrope. HEX triplet: CD, 84 and EF. RGB value is (205,132,239). Sum of RGB (Red+Green+Blue) = 205+132+239=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #CD84EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD84EF is #327B10. Grayscale: #A5A5A5. Windows color (decimal): -3308305 or 15697101. OLE color: 15697101.

HSL color Cylindrical-coordinate representation of color #CD84EF: hue angle of 280.93º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD84EF is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205132239-
CMYK0.140.4500.06
HSL280.93º76.98%72.75%-
HSV(B)280.93º44.77%93.73%-
XYZ49.0135.7185.97-
YUV166.02169.18155.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 132 (51.95% from 255) = 22.92%
BLUE value IS 239 (93.75% from 255) = 41.49%
R=35.59%
G=22.92%
B=41.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2051322390.140.4500.06280.9376.9872.75
HexCD84EFE2D061194d49
Octal315204357165506431115111
Binary1100110110000100111011111110101101011010001100110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD84EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD84EF; }

 p { color: rgb(205,132,239); }

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

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

 a { background-color: rgb(205,132,239); }

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

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

 span { border-color: rgb(205,132,239); }

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