Html Css Color HEX #CA93C5 Lilac

📋 copy color: '#CA93C5'

red 202 ◦ green 147 ◦ blue 197

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

Shades of Lilac #CA93C5

Tints of Lilac #CA93C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.08%

R = 37%
G = 26.92%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA93C5 (or 0xCA93C5) is known color: Lilac. HEX triplet: CA, 93 and C5. RGB value is (202,147,197). Sum of RGB (Red+Green+Blue) = 202+147+197=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93C5 is #356C3A. Grayscale: #A9A9A9. Windows color (decimal): -3501115 or 12948426. OLE color: 12948426.

HSL color Cylindrical-coordinate representation of color #CA93C5: hue angle of 305.45º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA93C5 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 147 197 -
CMYK 0 0.27 0.02 0.21
HSL 305.45º 0.34% 0.68% -
HSV(B) 305.45º 0.27% 0.79% -
XYZ 44.87 37.46 57.69 -
YUV 169.15 143.72 151.43 -
System Red Green Blue C M Y K H S L
Decimal 202 147 197 0 0.27 0.02 0.21 305.45 0.34 0.68
Hex CA 93 C5 0 1B 2 15 131 22 44
Octal 312 223 305 0 33 2 25 461 42 104
Binary 11001010 10010011 11000101 0 11011 10 10101 100110001 100010 1000100

Color Harmonies of #CA93C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA93C5

Black with #CA93C5

Text Example


Text Example

White with #CA93C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA93C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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