#C197CD

Color #C197CD Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C197CD

Tints of Wisteria #C197CD

Color information

#C197CD (or 0xC197CD) is unknown color: approx 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

RGB193151205-
CMYK0.060.2600.20
HSL286.67º35.06%69.8%-
HSV(B)286.67º26.34%80.39%-
XYZ44.0837.8862.75-
YUV169.71147.91144.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.15%
GREEN value IS 151 (59.38% from 255) = 27.50%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=35.15%
G=27.50%
B=37.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931512050.060.2600.20286.6735.0669.8
HexC197CD61A01411f2346
Octal30122731563202443743106
Binary110000011001011111001101110110100101001000111111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C197CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>