Html Css Color HEX #C091C8 Lilac

📋 copy color: '#C091C8'

red 192 ◦ green 145 ◦ blue 200

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

Shades of Lilac #C091C8

Tints of Lilac #C091C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.24%

R = 35.75%
G = 27%
B = 37.24%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C091C8 (or 0xC091C8) is known color: Lilac. HEX triplet: C0, 91 and C8. RGB value is (192,145,200). Sum of RGB (Red+Green+Blue) = 192+145+200=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 200 - color contains mainly: blue. Hex color #C091C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091C8 is #3F6E37. Grayscale: #A5A5A5. Windows color (decimal): -4156984 or 13144512. OLE color: 13144512.

HSL color Cylindrical-coordinate representation of color #C091C8: hue angle of 291.27º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C091C8 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 145 200 -
CMYK 0.04 0.28 0 0.22
HSL 291.27º 0.33% 0.68% -
HSV(B) 291.27º 0.28% 0.78% -
XYZ 42.29 35.63 59.29 -
YUV 165.32 147.57 147.03 -
System Red Green Blue C M Y K H S L
Decimal 192 145 200 0.04 0.28 0 0.22 291.27 0.33 0.68
Hex C0 91 C8 4 1C 0 16 123 21 44
Octal 300 221 310 4 34 0 26 443 41 104
Binary 11000000 10010001 11001000 100 11100 0 10110 100100011 100001 1000100

Color Harmonies of #C091C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C091C8

Black with #C091C8

Text Example


Text Example

White with #C091C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C091C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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