#CC84FC

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

Shades of Heliotrope #CC84FC

Tints of Heliotrope #CC84FC

Color information

#CC84FC (or 0xCC84FC) is unknown color: approx Heliotrope. HEX triplet: CC, 84 and FC. RGB value is (204,132,252). Sum of RGB (Red+Green+Blue) = 204+132+252=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 132 (51.95% from 255 or 22.45% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC84FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC84FC is #337B03. Grayscale: #A6A6A6. Windows color (decimal): -3373828 or 16549068. OLE color: 16549068.

HSL color Cylindrical-coordinate representation of color #CC84FC: hue angle of 276º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC84FC is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204132252-
CMYK0.190.4800.01
HSL276º95.24%75.29%-
HSV(B)276º47.62%98.82%-
XYZ50.7236.3796.44-
YUV167.21175.85154.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 132 (51.95% from 255) = 22.45%
BLUE value IS 252 (98.83% from 255) = 42.86%
R=34.69%
G=22.45%
B=42.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041322520.190.4800.0127695.2475.29
HexCC84FC1330011145f4b
Octal314204374236001424137113
Binary110011001000010011111100100111100000110001010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC84FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC84FC; }

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

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

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

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

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

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

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

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