#CC84EE

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

Shades of Heliotrope #CC84EE

Tints of Heliotrope #CC84EE

Color information

#CC84EE (or 0xCC84EE) is unknown color: approx Heliotrope. HEX triplet: CC, 84 and EE. RGB value is (204,132,238). Sum of RGB (Red+Green+Blue) = 204+132+238=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC84EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC84EE is #337B11. Grayscale: #A5A5A5. Windows color (decimal): -3373842 or 15631564. OLE color: 15631564.

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

Color convert

RGB204132238-
CMYK0.140.4500.07
HSL280.75º75.71%72.55%-
HSV(B)280.75º44.54%93.33%-
XYZ48.5935.5185.18-
YUV165.61168.85155.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 132 (51.95% from 255) = 23.00%
BLUE value IS 238 (93.36% from 255) = 41.46%
R=35.54%
G=23.00%
B=41.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041322380.140.4500.07280.7575.7172.55
HexCC84EEE2D071194c49
Octal314204356165507431114111
Binary1100110010000100111011101110101101011110001100110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC84EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC84EE; }

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

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

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

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

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

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

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

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