#CC98CA

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

Shades of Lilac #CC98CA

Tints of Lilac #CC98CA

Color information

#CC98CA (or 0xCC98CA) is unknown color: approx Lilac. HEX triplet: CC, 98 and CA. RGB value is (204,152,202). Sum of RGB (Red+Green+Blue) = 204+152+202=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CC98CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC98CA is #336735. Grayscale: #ADADAD. Windows color (decimal): -3368758 or 13277388. OLE color: 13277388.

HSL color Cylindrical-coordinate representation of color #CC98CA: hue angle of 302.31º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC98CA is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204152202-
CMYK00.250.010.2
HSL302.31º33.77%69.8%-
HSV(B)302.31º25.49%80%-
XYZ46.7939.5661.05-
YUV173.25144.23149.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 152 (59.77% from 255) = 27.24%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=36.56%
G=27.24%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415220200.250.010.2302.3133.7769.8
HexCC98CA01911412e2246
Octal31423031203112445642106
Binary1100110010011000110010100110011101001001011101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC98CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC98CA; }

 p { color: rgb(204,152,202); }

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

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

 a { background-color: rgb(204,152,202); }

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

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

 span { border-color: rgb(204,152,202); }

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