#C19DCF

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

Shades of Wisteria #C19DCF

Tints of Wisteria #C19DCF

Color information

#C19DCF (or 0xC19DCF) is unknown color: approx Wisteria. HEX triplet: C1, 9D and CF. RGB value is (193,157,207). Sum of RGB (Red+Green+Blue) = 193+157+207=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #C19DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19DCF is #3E6230. Grayscale: #ADADAD. Windows color (decimal): -4088369 or 13606337. OLE color: 13606337.

HSL color Cylindrical-coordinate representation of color #C19DCF: hue angle of 283.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C19DCF is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193157207-
CMYK0.070.2400.19
HSL283.2º34.25%71.37%-
HSV(B)283.2º24.15%81.18%-
XYZ45.3139.9664.36-
YUV173.46146.93141.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.65%
GREEN value IS 157 (61.72% from 255) = 28.19%
BLUE value IS 207 (81.25% from 255) = 37.16%
R=34.65%
G=28.19%
B=37.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931572070.070.2400.19283.234.2571.37
HexC19DCF71801311b2247
Octal30123531773002343342107
Binary110000011001110111001111111110000100111000110111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19DCF; }

 p { color: rgb(193,157,207); }

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

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

 a { background-color: rgb(193,157,207); }

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

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

 span { border-color: rgb(193,157,207); }

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