Html Css Color HEX #CA98CB Lilac

📋 copy color: '#CA98CB'

red 202 ◦ green 152 ◦ blue 203

#CA98CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #CA98CB

Tints of Lilac #CA98CB

RGB

 RED value IS 202 (79.3% 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 value IS 0.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA98CB (or 0xCA98CB) is known color: 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

RGB 202 152 203 -
CMYK 0.00 0.25 0 0.20
HSL 298.82º 0.33% 0.7% -
HSV(B) 298.82º 0.25% 0.8% -
XYZ 46.36 39.32 61.65 -
YUV 172.76 145.07 148.85 -
System Red Green Blue C M Y K H S L
Decimal 202 152 203 0.00 0.25 0 0.20 298.82 0.33 0.7
Hex CA 98 CB 0 19 0 14 12B 21 46
Octal 312 230 313 0 31 0 24 453 41 106
Binary 11001010 10011000 11001011 0 11001 0 10100 100101011 100001 1000110

Color Harmonies of #CA98CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA98CB

Black with #CA98CB

Text Example


Text Example

White with #CA98CB

Text Example


Text Example

HTML Codes & Css Web 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>