Html Css Color HEX #C097C2 Lilac

📋 copy color: '#C097C2'

red 192 ◦ green 151 ◦ blue 194

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

Shades of Lilac #C097C2

Tints of Lilac #C097C2

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.12%

 BLUE value IS 194 (76.17% from 255) = 36.13%

R = 35.75%
G = 28.12%
B = 36.13%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C097C2 (or 0xC097C2) is known color: Lilac. HEX triplet: C0, 97 and C2. RGB value is (192,151,194). Sum of RGB (Red+Green+Blue) = 192+151+194=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 194 - color contains mainly: blue. Hex color #C097C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097C2 is #3F683D. Grayscale: #A8A8A8. Windows color (decimal): -4155454 or 12752832. OLE color: 12752832.

HSL color Cylindrical-coordinate representation of color #C097C2: hue angle of 297.21º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C097C2 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 151 194 -
CMYK 0.01 0.22 0 0.24
HSL 297.21º 0.26% 0.68% -
HSV(B) 297.21º 0.22% 0.76% -
XYZ 42.54 37.23 55.98 -
YUV 168.16 142.58 145 -
System Red Green Blue C M Y K H S L
Decimal 192 151 194 0.01 0.22 0 0.24 297.21 0.26 0.68
Hex C0 97 C2 1 16 0 18 129 1A 44
Octal 300 227 302 1 26 0 30 451 32 104
Binary 11000000 10010111 11000010 1 10110 0 11000 100101001 11010 1000100

Color Harmonies of #C097C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C097C2

Black with #C097C2

Text Example


Text Example

White with #C097C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C097C2; }

 p { color: rgb(192,151,194); }

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

background-color css

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

 a { background-color: rgb(192,151,194); }

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

border-color css

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

 span { border-color: rgb(192,151,194); }

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