Html Css Color HEX #CA93C4 Lilac

📋 copy color: '#CA93C4'

red 202 ◦ green 147 ◦ blue 196

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

Shades of Lilac #CA93C4

Tints of Lilac #CA93C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.96%

R = 37.06%
G = 26.97%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CA93C4 (or 0xCA93C4) is known color: Lilac. HEX triplet: CA, 93 and C4. RGB value is (202,147,196). Sum of RGB (Red+Green+Blue) = 202+147+196=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93C4 is #356C3B. Grayscale: #A8A8A8. Windows color (decimal): -3501116 or 12882890. OLE color: 12882890.

HSL color Cylindrical-coordinate representation of color #CA93C4: hue angle of 306.55º 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 #CA93C4 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 147 196 -
CMYK 0 0.27 0.03 0.21
HSL 306.55º 0.34% 0.68% -
HSV(B) 306.55º 0.27% 0.79% -
XYZ 44.75 37.41 57.09 -
YUV 169.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 202 147 196 0 0.27 0.03 0.21 306.55 0.34 0.68
Hex CA 93 C4 0 1B 3 15 133 22 44
Octal 312 223 304 0 33 3 25 463 42 104
Binary 11001010 10010011 11000100 0 11011 11 10101 100110011 100010 1000100

Color Harmonies of #CA93C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA93C4

Black with #CA93C4

Text Example


Text Example

White with #CA93C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA93C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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