Html Css Color HEX #CA94CB Lilac

📋 copy color: '#CA94CB'

red 202 ◦ green 148 ◦ blue 203

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

Shades of Lilac #CA94CB

Tints of Lilac #CA94CB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.76%

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

R = 36.53%
G = 26.76%
B = 36.71%

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

#CA94CB (or 0xCA94CB) is known color: Lilac. HEX triplet: CA, 94 and CB. RGB value is (202,148,203). Sum of RGB (Red+Green+Blue) = 202+148+203=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA94CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94CB is #356B34. Grayscale: #AAAAAA. Windows color (decimal): -3500853 or 13341898. OLE color: 13341898.

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

Color convert

RGB 202 148 203 -
CMYK 0.00 0.27 0 0.20
HSL 298.91º 0.35% 0.69% -
HSV(B) 298.91º 0.27% 0.8% -
XYZ 45.73 38.05 61.43 -
YUV 170.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 202 148 203 0.00 0.27 0 0.20 298.91 0.35 0.69
Hex CA 94 CB 0 1B 0 14 12B 23 45
Octal 312 224 313 0 33 0 24 453 43 105
Binary 11001010 10010100 11001011 0 11011 0 10100 100101011 100011 1000101

Color Harmonies of #CA94CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA94CB

Black with #CA94CB

Text Example


Text Example

White with #CA94CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA94CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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