#C49DCF

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

Shades of Wisteria #C49DCF

Tints of Wisteria #C49DCF

Color information

#C49DCF (or 0xC49DCF) is unknown color: approx Wisteria. HEX triplet: C4, 9D and CF. RGB value is (196,157,207). Sum of RGB (Red+Green+Blue) = 196+157+207=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #C49DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DCF is #3B6230. Grayscale: #AEAEAE. Windows color (decimal): -3891761 or 13606340. OLE color: 13606340.

HSL color Cylindrical-coordinate representation of color #C49DCF: hue angle of 286.8º 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 #C49DCF is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196157207-
CMYK0.050.2400.19
HSL286.8º34.25%71.37%-
HSV(B)286.8º24.15%81.18%-
XYZ46.0840.3564.39-
YUV174.36146.42143.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35%
GREEN value IS 157 (61.72% from 255) = 28.04%
BLUE value IS 207 (81.25% from 255) = 36.96%
R=35%
G=28.04%
B=36.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961572070.050.2400.19286.834.2571.37
HexC49DCF51801311f2247
Octal30423531753002343742107
Binary110001001001110111001111101110000100111000111111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49DCF; }

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

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

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

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

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

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

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

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