#CB98CA

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

Shades of Lilac #CB98CA

Tints of Lilac #CB98CA

Color information

#CB98CA (or 0xCB98CA) is unknown color: approx Lilac. HEX triplet: CB, 98 and CA. RGB value is (203,152,202). Sum of RGB (Red+Green+Blue) = 203+152+202=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CB98CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98CA is #346735. Grayscale: #ACACAC. Windows color (decimal): -3434294 or 13277387. OLE color: 13277387.

HSL color Cylindrical-coordinate representation of color #CB98CA: hue angle of 301.18º degrees, saturation: 0.33, 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 #CB98CA is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB203152202-
CMYK00.250.000.20
HSL301.18º32.9%69.61%-
HSV(B)301.18º25.12%79.61%-
XYZ46.5239.4261.03-
YUV172.95144.4149.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 152 (59.77% from 255) = 27.29%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=36.45%
G=27.29%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315220200.250.000.20301.1832.969.61
HexCB98CA01901412d2146
Octal31323031203102445541106
Binary1100101110011000110010100110010101001001011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB98CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB98CA; }

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

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

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

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

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

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

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

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