#CC84F4

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

Shades of Heliotrope #CC84F4

Tints of Heliotrope #CC84F4

Color information

#CC84F4 (or 0xCC84F4) is unknown color: approx Heliotrope. HEX triplet: CC, 84 and F4. RGB value is (204,132,244). Sum of RGB (Red+Green+Blue) = 204+132+244=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 244 (95.70% from 255 or 42.07% from 580); Max value from RGB is 244 - color contains mainly: blue. Hex color #CC84F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC84F4 is #337B0B. Grayscale: #A5A5A5. Windows color (decimal): -3373836 or 16024780. OLE color: 16024780.

HSL color Cylindrical-coordinate representation of color #CC84F4: hue angle of 278.57º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC84F4 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204132244-
CMYK0.160.4600.04
HSL278.57º83.58%73.73%-
HSV(B)278.57º45.9%95.69%-
XYZ49.4835.8789.9-
YUV166.3171.85154.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 132 (51.95% from 255) = 22.76%
BLUE value IS 244 (95.70% from 255) = 42.07%
R=35.17%
G=22.76%
B=42.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041322440.160.4600.04278.5783.5873.73
HexCC84F4102E04117544a
Octal314204364205604427124112
Binary11001100100001001111010010000101110010010001011110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC84F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC84F4; }

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

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

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

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

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

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

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

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