#C19FCD

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

Shades of Wisteria #C19FCD

Tints of Wisteria #C19FCD

Color information

#C19FCD (or 0xC19FCD) is unknown color: approx Wisteria. HEX triplet: C1, 9F and CD. RGB value is (193,159,205). Sum of RGB (Red+Green+Blue) = 193+159+205=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #C19FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FCD is #3E6032. Grayscale: #AEAEAE. Windows color (decimal): -4087859 or 13475777. OLE color: 13475777.

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

Color convert

RGB193159205-
CMYK0.060.2200.20
HSL284.35º31.51%71.37%-
HSV(B)284.35º22.44%80.39%-
XYZ45.4140.5463.19-
YUV174.41145.26141.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.65%
GREEN value IS 159 (62.5% from 255) = 28.55%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=34.65%
G=28.55%
B=36.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931592050.060.2200.20284.3531.5171.37
HexC19FCD61601411c2047
Octal30123731562602443440107
Binary110000011001111111001101110101100101001000111001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19FCD; }

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

 H1.HeaderClassName
 {
   color: #C19FCD;
 }
 .AnyTagClassName
 {
   color: #C19FCD;
 }
</style>
background-color css

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

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

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

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

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

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