Html Css Color HEX #CA96CB Lilac

📋 copy color: '#CA96CB'

red 202 ◦ green 150 ◦ blue 203

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

Shades of Lilac #CA96CB

Tints of Lilac #CA96CB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.03%

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

R = 36.4%
G = 27.03%
B = 36.58%

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

#CA96CB (or 0xCA96CB) is known color: Lilac. HEX triplet: CA, 96 and CB. RGB value is (202,150,203). Sum of RGB (Red+Green+Blue) = 202+150+203=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA96CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96CB is #356934. Grayscale: #ABABAB. Windows color (decimal): -3500341 or 13342410. OLE color: 13342410.

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

Color convert

RGB 202 150 203 -
CMYK 0.00 0.26 0 0.20
HSL 298.87º 0.34% 0.69% -
HSV(B) 298.87º 0.26% 0.8% -
XYZ 46.04 38.68 61.54 -
YUV 171.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 202 150 203 0.00 0.26 0 0.20 298.87 0.34 0.69
Hex CA 96 CB 0 1A 0 14 12B 22 45
Octal 312 226 313 0 32 0 24 453 42 105
Binary 11001010 10010110 11001011 0 11010 0 10100 100101011 100010 1000101

Color Harmonies of #CA96CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA96CB

Black with #CA96CB

Text Example


Text Example

White with #CA96CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA96CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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