Html Css Color HEX #C197DD Wisteria

📋 copy color: '#C197DD'

red 193 ◦ green 151 ◦ blue 221

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

Shades of Wisteria #C197DD

Tints of Wisteria #C197DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 34.16%
G = 26.73%
B = 39.12%

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

#C197DD (or 0xC197DD) is known color: Wisteria. HEX triplet: C1, 97 and DD. RGB value is (193,151,221). Sum of RGB (Red+Green+Blue) = 193+151+221=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #C197DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197DD is #3E6822. Grayscale: #ABABAB. Windows color (decimal): -4089891 or 14522305. OLE color: 14522305.

HSL color Cylindrical-coordinate representation of color #C197DD: hue angle of 276º degrees, saturation: 0.51, 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 #C197DD is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 151 221 -
CMYK 0.13 0.32 0 0.13
HSL 276º 0.51% 0.73% -
HSV(B) 276º 0.32% 0.87% -
XYZ 46.11 38.69 73.44 -
YUV 171.54 155.91 143.31 -
System Red Green Blue C M Y K H S L
Decimal 193 151 221 0.13 0.32 0 0.13 276 0.51 0.73
Hex C1 97 DD D 20 0 D 114 33 49
Octal 301 227 335 15 40 0 15 424 63 111
Binary 11000001 10010111 11011101 1101 100000 0 1101 100010100 110011 1001001

Color Harmonies of #C197DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C197DD

Black with #C197DD

Text Example


Text Example

White with #C197DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C197DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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