Html Css Color HEX #C197D2 Wisteria

📋 copy color: '#C197D2'

red 193 ◦ green 151 ◦ blue 210

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

Shades of Wisteria #C197D2

Tints of Wisteria #C197D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.91%

R = 34.84%
G = 27.26%
B = 37.91%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C197D2 (or 0xC197D2) is known color: Wisteria. HEX triplet: C1, 97 and D2. RGB value is (193,151,210). Sum of RGB (Red+Green+Blue) = 193+151+210=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 210 - color contains mainly: blue. Hex color #C197D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197D2 is #3E682D. Grayscale: #AAAAAA. Windows color (decimal): -4089902 or 13801409. OLE color: 13801409.

HSL color Cylindrical-coordinate representation of color #C197D2: hue angle of 282.71º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C197D2 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 151 210 -
CMYK 0.08 0.28 0 0.18
HSL 282.71º 0.4% 0.71% -
HSV(B) 282.71º 0.28% 0.82% -
XYZ 44.69 38.12 65.98 -
YUV 170.28 150.41 144.2 -
System Red Green Blue C M Y K H S L
Decimal 193 151 210 0.08 0.28 0 0.18 282.71 0.4 0.71
Hex C1 97 D2 8 1C 0 12 11B 28 47
Octal 301 227 322 10 34 0 22 433 50 107
Binary 11000001 10010111 11010010 1000 11100 0 10010 100011011 101000 1000111

Color Harmonies of #C197D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C197D2

Black with #C197D2

Text Example


Text Example

White with #C197D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C197D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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