#CA98CB

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

Shades of Lilac #CA98CB

Tints of Lilac #CA98CB

Color information

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

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

Color convert

RGB202152203-
CMYK0.000.2500.20
HSL298.82º32.9%69.61%-
HSV(B)298.82º25.12%79.61%-
XYZ46.3639.3261.65-
YUV172.76145.06148.85-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021522030.000.2500.20298.8232.969.61
HexCA98CB01901412b2146
Octal31223031303102445341106
Binary1100101010011000110010110110010101001001010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98CB; }

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

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

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

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

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

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

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

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