Html Css Color HEX #C091CA Lilac

📋 copy color: '#C091CA'

red 192 ◦ green 145 ◦ blue 202

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

Shades of Lilac #C091CA

Tints of Lilac #C091CA

RGB

 RED value IS 192 (75.39% from 255) = 35.62%

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

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

R = 35.62%
G = 26.9%
B = 37.48%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C091CA (or 0xC091CA) is known color: Lilac. HEX triplet: C0, 91 and CA. RGB value is (192,145,202). Sum of RGB (Red+Green+Blue) = 192+145+202=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #C091CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091CA is #3F6E35. Grayscale: #A5A5A5. Windows color (decimal): -4156982 or 13275584. OLE color: 13275584.

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

Color convert

RGB 192 145 202 -
CMYK 0.05 0.28 0 0.21
HSL 289.47º 0.35% 0.68% -
HSV(B) 289.47º 0.28% 0.79% -
XYZ 42.52 35.72 60.53 -
YUV 165.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 192 145 202 0.05 0.28 0 0.21 289.47 0.35 0.68
Hex C0 91 CA 5 1C 0 15 121 23 44
Octal 300 221 312 5 34 0 25 441 43 104
Binary 11000000 10010001 11001010 101 11100 0 10101 100100001 100011 1000100

Color Harmonies of #C091CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C091CA

Black with #C091CA

Text Example


Text Example

White with #C091CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C091CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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