Html Css Color HEX #C197DB Wisteria

📋 copy color: '#C197DB'

red 193 ◦ green 151 ◦ blue 219

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

Shades of Wisteria #C197DB

Tints of Wisteria #C197DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 34.28%
G = 26.82%
B = 38.9%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C197DB (or 0xC197DB) is known color: Wisteria. HEX triplet: C1, 97 and DB. RGB value is (193,151,219). Sum of RGB (Red+Green+Blue) = 193+151+219=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #C197DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197DB is #3E6824. Grayscale: #ABABAB. Windows color (decimal): -4089893 or 14391233. OLE color: 14391233.

HSL color Cylindrical-coordinate representation of color #C197DB: hue angle of 277.06º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C197DB is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 151 219 -
CMYK 0.12 0.31 0 0.14
HSL 277.06º 0.49% 0.73% -
HSV(B) 277.06º 0.31% 0.86% -
XYZ 45.85 38.59 72.05 -
YUV 171.31 154.91 143.47 -
System Red Green Blue C M Y K H S L
Decimal 193 151 219 0.12 0.31 0 0.14 277.06 0.49 0.73
Hex C1 97 DB C 1F 0 E 115 31 49
Octal 301 227 333 14 37 0 16 425 61 111
Binary 11000001 10010111 11011011 1100 11111 0 1110 100010101 110001 1001001

Color Harmonies of #C197DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C197DB

Black with #C197DB

Text Example


Text Example

White with #C197DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C197DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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