Html Css Color HEX #C197CD Wisteria

📋 copy color: '#C197CD'

red 193 ◦ green 151 ◦ blue 205

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

Shades of Wisteria #C197CD

Tints of Wisteria #C197CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.34%

R = 35.15%
G = 27.5%
B = 37.34%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C197CD (or 0xC197CD) is known color: Wisteria. HEX triplet: C1, 97 and CD. RGB value is (193,151,205). Sum of RGB (Red+Green+Blue) = 193+151+205=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #C197CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197CD is #3E6832. Grayscale: #A9A9A9. Windows color (decimal): -4089907 or 13473729. OLE color: 13473729.

HSL color Cylindrical-coordinate representation of color #C197CD: hue angle of 286.67º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C197CD is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 151 205 -
CMYK 0.06 0.26 0 0.20
HSL 286.67º 0.35% 0.7% -
HSV(B) 286.67º 0.26% 0.8% -
XYZ 44.08 37.88 62.75 -
YUV 169.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 193 151 205 0.06 0.26 0 0.20 286.67 0.35 0.7
Hex C1 97 CD 6 1A 0 14 11F 23 46
Octal 301 227 315 6 32 0 24 437 43 106
Binary 11000001 10010111 11001101 110 11010 0 10100 100011111 100011 1000110

Color Harmonies of #C197CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C197CD

Black with #C197CD

Text Example


Text Example

White with #C197CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C197CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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