#CC84ED

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

Shades of Heliotrope #CC84ED

Tints of Heliotrope #CC84ED

Color information

#CC84ED (or 0xCC84ED) is unknown color: approx Heliotrope. HEX triplet: CC, 84 and ED. RGB value is (204,132,237). Sum of RGB (Red+Green+Blue) = 204+132+237=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC84ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC84ED is #337B12. Grayscale: #A5A5A5. Windows color (decimal): -3373843 or 15566028. OLE color: 15566028.

HSL color Cylindrical-coordinate representation of color #CC84ED: hue angle of 281.14º 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 #CC84ED is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204132237-
CMYK0.140.4400.07
HSL281.14º74.47%72.35%-
HSV(B)281.14º44.3%92.94%-
XYZ48.4435.4584.41-
YUV165.5168.35155.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 132 (51.95% from 255) = 23.04%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=35.60%
G=23.04%
B=41.36%

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
Decimal2041322370.140.4400.07281.1474.4772.35
HexCC84EDE2C071194a48
Octal314204355165407431112110
Binary1100110010000100111011011110101100011110001100110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC84ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC84ED; }

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

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

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

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

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

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

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

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