Html Css Color HEX #CA93CB Lilac

📋 copy color: '#CA93CB'

red 202 ◦ green 147 ◦ blue 203

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

Shades of Lilac #CA93CB

Tints of Lilac #CA93CB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.63%

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

R = 36.59%
G = 26.63%
B = 36.78%

CMYK

 C value IS 0.00

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA93CB (or 0xCA93CB) is known color: Lilac. HEX triplet: CA, 93 and CB. RGB value is (202,147,203). Sum of RGB (Red+Green+Blue) = 202+147+203=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA93CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93CB is #356C34. Grayscale: #A9A9A9. Windows color (decimal): -3501109 or 13341642. OLE color: 13341642.

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

Color convert

RGB 202 147 203 -
CMYK 0.00 0.28 0 0.20
HSL 298.93º 0.35% 0.69% -
HSV(B) 298.93º 0.28% 0.8% -
XYZ 45.57 37.74 61.38 -
YUV 169.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 202 147 203 0.00 0.28 0 0.20 298.93 0.35 0.69
Hex CA 93 CB 0 1C 0 14 12B 23 45
Octal 312 223 313 0 34 0 24 453 43 105
Binary 11001010 10010011 11001011 0 11100 0 10100 100101011 100011 1000101

Color Harmonies of #CA93CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA93CB

Black with #CA93CB

Text Example


Text Example

White with #CA93CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA93CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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