Html Css Color HEX #C197B4 Lily

📋 copy color: '#C197B4'

red 193 ◦ green 151 ◦ blue 180

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

Shades of Lily #C197B4

Tints of Lily #C197B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.35%

R = 36.83%
G = 28.82%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C197B4 (or 0xC197B4) is known color: Lily. HEX triplet: C1, 97 and B4. RGB value is (193,151,180). Sum of RGB (Red+Green+Blue) = 193+151+180=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C197B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197B4 is #3E684B. Grayscale: #A6A6A6. Windows color (decimal): -4089932 or 11835329. OLE color: 11835329.

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

Color convert

RGB 193 151 180 -
CMYK 0 0.22 0.07 0.24
HSL 318.57º 0.25% 0.67% -
HSV(B) 318.57º 0.22% 0.76% -
XYZ 41.3 36.77 48.1 -
YUV 166.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 193 151 180 0 0.22 0.07 0.24 318.57 0.25 0.67
Hex C1 97 B4 0 16 7 18 13F 19 43
Octal 301 227 264 0 26 7 30 477 31 103
Binary 11000001 10010111 10110100 0 10110 111 11000 100111111 11001 1000011

Color Harmonies of #C197B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C197B4

Black with #C197B4

Text Example


Text Example

White with #C197B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C197B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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