Html Css Color HEX #C492CA Lilac

📋 copy color: '#C492CA'

red 196 ◦ green 146 ◦ blue 202

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

Shades of Lilac #C492CA

Tints of Lilac #C492CA

RGB

 RED value IS 196 (76.95% from 255) = 36.03%

 GREEN value IS 146 (57.42% from 255) = 26.84%

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

R = 36.03%
G = 26.84%
B = 37.13%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C492CA (or 0xC492CA) is known color: Lilac. HEX triplet: C4, 92 and CA. RGB value is (196,146,202). Sum of RGB (Red+Green+Blue) = 196+146+202=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #C492CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492CA is #3B6D35. Grayscale: #A7A7A7. Windows color (decimal): -3894582 or 13275844. OLE color: 13275844.

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

Color convert

RGB 196 146 202 -
CMYK 0.03 0.28 0 0.21
HSL 293.57º 0.35% 0.68% -
HSV(B) 293.57º 0.28% 0.79% -
XYZ 43.7 36.56 60.63 -
YUV 167.33 147.57 148.45 -
System Red Green Blue C M Y K H S L
Decimal 196 146 202 0.03 0.28 0 0.21 293.57 0.35 0.68
Hex C4 92 CA 3 1C 0 15 126 23 44
Octal 304 222 312 3 34 0 25 446 43 104
Binary 11000100 10010010 11001010 11 11100 0 10101 100100110 100011 1000100

Color Harmonies of #C492CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C492CA

Black with #C492CA

Text Example


Text Example

White with #C492CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C492CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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