Html Css Color HEX #C097CA Lilac

📋 copy color: '#C097CA'

red 192 ◦ green 151 ◦ blue 202

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

Shades of Lilac #C097CA

Tints of Lilac #C097CA

RGB

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

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

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

R = 35.23%
G = 27.71%
B = 37.06%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C097CA (or 0xC097CA) is known color: Lilac. HEX triplet: C0, 97 and CA. RGB value is (192,151,202). Sum of RGB (Red+Green+Blue) = 192+151+202=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #C097CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097CA is #3F6835. Grayscale: #A8A8A8. Windows color (decimal): -4155446 or 13277120. OLE color: 13277120.

HSL color Cylindrical-coordinate representation of color #C097CA: hue angle of 288.24º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C097CA is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 151 202 -
CMYK 0.05 0.25 0 0.21
HSL 288.24º 0.32% 0.69% -
HSV(B) 288.24º 0.25% 0.79% -
XYZ 43.47 37.6 60.84 -
YUV 169.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 192 151 202 0.05 0.25 0 0.21 288.24 0.32 0.69
Hex C0 97 CA 5 19 0 15 120 20 45
Octal 300 227 312 5 31 0 25 440 40 105
Binary 11000000 10010111 11001010 101 11001 0 10101 100100000 100000 1000101

Color Harmonies of #C097CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C097CA

Black with #C097CA

Text Example


Text Example

White with #C097CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C097CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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