Html Css Color HEX #C291CA Lilac

📋 copy color: '#C291CA'

red 194 ◦ green 145 ◦ blue 202

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

Shades of Lilac #C291CA

Tints of Lilac #C291CA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.8%

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

R = 35.86%
G = 26.8%
B = 37.34%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C291CA (or 0xC291CA) is known color: Lilac. HEX triplet: C2, 91 and CA. RGB value is (194,145,202). Sum of RGB (Red+Green+Blue) = 194+145+202=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #C291CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C291CA is #3D6E35. Grayscale: #A5A5A5. Windows color (decimal): -4025910 or 13275586. OLE color: 13275586.

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

Color convert

RGB 194 145 202 -
CMYK 0.04 0.28 0 0.21
HSL 291.58º 0.35% 0.68% -
HSV(B) 291.58º 0.28% 0.79% -
XYZ 43.03 35.98 60.55 -
YUV 166.15 148.23 147.87 -
System Red Green Blue C M Y K H S L
Decimal 194 145 202 0.04 0.28 0 0.21 291.58 0.35 0.68
Hex C2 91 CA 4 1C 0 15 124 23 44
Octal 302 221 312 4 34 0 25 444 43 104
Binary 11000010 10010001 11001010 100 11100 0 10101 100100100 100011 1000100

Color Harmonies of #C291CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C291CA

Black with #C291CA

Text Example


Text Example

White with #C291CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C291CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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