#CD84ED

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

Shades of Heliotrope #CD84ED

Tints of Heliotrope #CD84ED

Color information

#CD84ED (or 0xCD84ED) is unknown color: approx Heliotrope. HEX triplet: CD, 84 and ED. RGB value is (205,132,237). Sum of RGB (Red+Green+Blue) = 205+132+237=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD84ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD84ED is #327B12. Grayscale: #A5A5A5. Windows color (decimal): -3308307 or 15566029. OLE color: 15566029.

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

Color convert

RGB205132237-
CMYK0.140.4400.07
HSL281.71º74.47%72.35%-
HSV(B)281.71º44.3%92.94%-
XYZ48.7135.684.42-
YUV165.8168.18155.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 132 (51.95% from 255) = 23.00%
BLUE value IS 237 (92.97% from 255) = 41.29%
R=35.71%
G=23.00%
B=41.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051322370.140.4400.07281.7174.4772.35
HexCD84EDE2C0711a4a48
Octal315204355165407432112110
Binary1100110110000100111011011110101100011110001101010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD84ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD84ED; }

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

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

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

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

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

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

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

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