#CC98CF

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

Shades of Lilac #CC98CF

Tints of Lilac #CC98CF

Color information

#CC98CF (or 0xCC98CF) is unknown color: approx Lilac. HEX triplet: CC, 98 and CF. RGB value is (204,152,207). Sum of RGB (Red+Green+Blue) = 204+152+207=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC98CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC98CF is #336730. Grayscale: #ADADAD. Windows color (decimal): -3368753 or 13605068. OLE color: 13605068.

HSL color Cylindrical-coordinate representation of color #CC98CF: hue angle of 296.73º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC98CF is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204152207-
CMYK0.010.2700.19
HSL296.73º36.42%70.39%-
HSV(B)296.73º26.57%81.18%-
XYZ47.3939.864.22-
YUV173.82146.73149.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 152 (59.77% from 255) = 27.00%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=36.23%
G=27.00%
B=36.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041522070.010.2700.19296.7336.4270.39
HexCC98CF11B0131292446
Octal31423031713302345144106
Binary1100110010011000110011111110110100111001010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC98CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC98CF; }

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

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

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

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

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

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

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

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