Html Css Color HEX #CA97CB Lilac

📋 copy color: '#CA97CB'

red 202 ◦ green 151 ◦ blue 203

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

Shades of Lilac #CA97CB

Tints of Lilac #CA97CB

RGB

 RED value IS 202 (79.3% from 255) = 36.33%

 GREEN value IS 151 (59.38% from 255) = 27.16%

 BLUE value IS 203 (79.69% from 255) = 36.51%

R = 36.33%
G = 27.16%
B = 36.51%

CMYK

 C value IS 0.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA97CB (or 0xCA97CB) is known color: Lilac. HEX triplet: CA, 97 and CB. RGB value is (202,151,203). Sum of RGB (Red+Green+Blue) = 202+151+203=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA97CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97CB is #356834. Grayscale: #ACACAC. Windows color (decimal): -3500085 or 13342666. OLE color: 13342666.

HSL color Cylindrical-coordinate representation of color #CA97CB: hue angle of 298.85º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA97CB is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 151 203 -
CMYK 0.00 0.26 0 0.20
HSL 298.85º 0.33% 0.69% -
HSV(B) 298.85º 0.26% 0.8% -
XYZ 46.2 39 61.59 -
YUV 172.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 202 151 203 0.00 0.26 0 0.20 298.85 0.33 0.69
Hex CA 97 CB 0 1A 0 14 12B 21 45
Octal 312 227 313 0 32 0 24 453 41 105
Binary 11001010 10010111 11001011 0 11010 0 10100 100101011 100001 1000101

Color Harmonies of #CA97CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA97CB

Black with #CA97CB

Text Example


Text Example

White with #CA97CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA97CB; }

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

 H1.HeaderClassName
 {
   color: #CA97CB;
 }
 .AnyTagClassName
 {
   color: #CA97CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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