Html Css Color HEX #C197D0 Wisteria

📋 copy color: '#C197D0'

red 193 ◦ green 151 ◦ blue 208

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

Shades of Wisteria #C197D0

Tints of Wisteria #C197D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.68%

R = 34.96%
G = 27.36%
B = 37.68%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C197D0 (or 0xC197D0) is known color: Wisteria. HEX triplet: C1, 97 and D0. RGB value is (193,151,208). Sum of RGB (Red+Green+Blue) = 193+151+208=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: blue. Hex color #C197D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197D0 is #3E682F. Grayscale: #A9A9A9. Windows color (decimal): -4089904 or 13670337. OLE color: 13670337.

HSL color Cylindrical-coordinate representation of color #C197D0: hue angle of 284.21º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C197D0 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 151 208 -
CMYK 0.07 0.27 0 0.18
HSL 284.21º 0.38% 0.7% -
HSV(B) 284.21º 0.27% 0.82% -
XYZ 44.44 38.02 64.67 -
YUV 170.06 149.41 144.37 -
System Red Green Blue C M Y K H S L
Decimal 193 151 208 0.07 0.27 0 0.18 284.21 0.38 0.7
Hex C1 97 D0 7 1B 0 12 11C 26 46
Octal 301 227 320 7 33 0 22 434 46 106
Binary 11000001 10010111 11010000 111 11011 0 10010 100011100 100110 1000110

Color Harmonies of #C197D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C197D0

Black with #C197D0

Text Example


Text Example

White with #C197D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C197D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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