Html Css Color HEX #C293CA Lilac

📋 copy color: '#C293CA'

red 194 ◦ green 147 ◦ blue 202

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

Shades of Lilac #C293CA

Tints of Lilac #C293CA

RGB

 RED value IS 194 (76.17% from 255) = 35.73%

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

 BLUE value IS 202 (79.3% from 255) = 37.2%

R = 35.73%
G = 27.07%
B = 37.2%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C293CA (or 0xC293CA) is known color: Lilac. HEX triplet: C2, 93 and CA. RGB value is (194,147,202). Sum of RGB (Red+Green+Blue) = 194+147+202=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #C293CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293CA is #3D6C35. Grayscale: #A7A7A7. Windows color (decimal): -4025398 or 13276098. OLE color: 13276098.

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

Color convert

RGB 194 147 202 -
CMYK 0.04 0.27 0 0.21
HSL 291.27º 0.34% 0.68% -
HSV(B) 291.27º 0.27% 0.79% -
XYZ 43.34 36.6 60.66 -
YUV 167.32 147.57 147.03 -
System Red Green Blue C M Y K H S L
Decimal 194 147 202 0.04 0.27 0 0.21 291.27 0.34 0.68
Hex C2 93 CA 4 1B 0 15 123 22 44
Octal 302 223 312 4 33 0 25 443 42 104
Binary 11000010 10010011 11001010 100 11011 0 10101 100100011 100010 1000100

Color Harmonies of #C293CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C293CA

Black with #C293CA

Text Example


Text Example

White with #C293CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C293CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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