#CC84BF

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

Shades of Lilac #CC84BF

Tints of Lilac #CC84BF

Color information

#CC84BF (or 0xCC84BF) is unknown color: approx Lilac. HEX triplet: CC, 84 and BF. RGB value is (204,132,191). Sum of RGB (Red+Green+Blue) = 204+132+191=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CC84BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84BF is #337B40. Grayscale: #A0A0A0. Windows color (decimal): -3373889 or 12551372. OLE color: 12551372.

HSL color Cylindrical-coordinate representation of color #CC84BF: hue angle of 310.83º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC84BF is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB204132191-
CMYK00.350.060.2
HSL310.83º41.38%65.88%-
HSV(B)310.83º35.29%80%-
XYZ42.5633.153.44-
YUV160.25145.35159.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 132 (51.95% from 255) = 25.05%
BLUE value IS 191 (75% from 255) = 36.24%
R=38.71%
G=25.05%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413219100.350.060.2310.8341.3865.88
HexCC84BF0236141372942
Octal31420427704362446751102
Binary1100110010000100101111110100011110101001001101111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC84BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC84BF; }

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

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

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

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

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

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

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

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