Html Css Color HEX #C197DF Wisteria

📋 copy color: '#C197DF'

red 193 ◦ green 151 ◦ blue 223

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

Shades of Wisteria #C197DF

Tints of Wisteria #C197DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.33%

R = 34.04%
G = 26.63%
B = 39.33%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C197DF (or 0xC197DF) is known color: Wisteria. HEX triplet: C1, 97 and DF. RGB value is (193,151,223). Sum of RGB (Red+Green+Blue) = 193+151+223=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #C197DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197DF is #3E6820. Grayscale: #ABABAB. Windows color (decimal): -4089889 or 14653377. OLE color: 14653377.

HSL color Cylindrical-coordinate representation of color #C197DF: hue angle of 275º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C197DF is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 151 223 -
CMYK 0.13 0.32 0 0.13
HSL 275º 0.53% 0.73% -
HSV(B) 275º 0.32% 0.87% -
XYZ 46.38 38.8 74.86 -
YUV 171.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 193 151 223 0.13 0.32 0 0.13 275 0.53 0.73
Hex C1 97 DF D 20 0 D 113 35 49
Octal 301 227 337 15 40 0 15 423 65 111
Binary 11000001 10010111 11011111 1101 100000 0 1101 100010011 110101 1001001

Color Harmonies of #C197DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C197DF

Black with #C197DF

Text Example


Text Example

White with #C197DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C197DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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