Html Css Color HEX #C197CA Lilac

📋 copy color: '#C197CA'

red 193 ◦ green 151 ◦ blue 202

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

Shades of Lilac #C197CA

Tints of Lilac #C197CA

RGB

 RED value IS 193 (75.78% from 255) = 35.35%

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

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

R = 35.35%
G = 27.66%
B = 37%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C197CA (or 0xC197CA) is known color: Lilac. HEX triplet: C1, 97 and CA. RGB value is (193,151,202). Sum of RGB (Red+Green+Blue) = 193+151+202=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #C197CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197CA is #3E6835. Grayscale: #A9A9A9. Windows color (decimal): -4089910 or 13277121. OLE color: 13277121.

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

Color convert

RGB 193 151 202 -
CMYK 0.04 0.25 0 0.21
HSL 289.41º 0.32% 0.69% -
HSV(B) 289.41º 0.25% 0.79% -
XYZ 43.72 37.73 60.86 -
YUV 169.37 146.41 144.85 -
System Red Green Blue C M Y K H S L
Decimal 193 151 202 0.04 0.25 0 0.21 289.41 0.32 0.69
Hex C1 97 CA 4 19 0 15 121 20 45
Octal 301 227 312 4 31 0 25 441 40 105
Binary 11000001 10010111 11001010 100 11001 0 10101 100100001 100000 1000101

Color Harmonies of #C197CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C197CA

Black with #C197CA

Text Example


Text Example

White with #C197CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C197CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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