Html Css Color HEX #CA95CB Lilac

📋 copy color: '#CA95CB'

red 202 ◦ green 149 ◦ blue 203

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

Shades of Lilac #CA95CB

Tints of Lilac #CA95CB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.9%

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

R = 36.46%
G = 26.9%
B = 36.64%

CMYK

 C value IS 0.00

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA95CB (or 0xCA95CB) is known color: Lilac. HEX triplet: CA, 95 and CB. RGB value is (202,149,203). Sum of RGB (Red+Green+Blue) = 202+149+203=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA95CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA95CB is #356A34. Grayscale: #AAAAAA. Windows color (decimal): -3500597 or 13342154. OLE color: 13342154.

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

Color convert

RGB 202 149 203 -
CMYK 0.00 0.27 0 0.20
HSL 298.89º 0.34% 0.69% -
HSV(B) 298.89º 0.27% 0.8% -
XYZ 45.88 38.36 61.49 -
YUV 171 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 202 149 203 0.00 0.27 0 0.20 298.89 0.34 0.69
Hex CA 95 CB 0 1B 0 14 12B 22 45
Octal 312 225 313 0 33 0 24 453 42 105
Binary 11001010 10010101 11001011 0 11011 0 10100 100101011 100010 1000101

Color Harmonies of #CA95CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA95CB

Black with #CA95CB

Text Example


Text Example

White with #CA95CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA95CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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