#C49DE4

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

Shades of Wisteria #C49DE4

Tints of Wisteria #C49DE4

Color information

#C49DE4 (or 0xC49DE4) is unknown color: approx Wisteria. HEX triplet: C4, 9D and E4. RGB value is (196,157,228). Sum of RGB (Red+Green+Blue) = 196+157+228=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 228 - color contains mainly: blue. Hex color #C49DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DE4 is #3B621B. Grayscale: #B0B0B0. Windows color (decimal): -3891740 or 14982596. OLE color: 14982596.

HSL color Cylindrical-coordinate representation of color #C49DE4: hue angle of 272.96º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C49DE4 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB196157228-
CMYK0.140.3100.11
HSL272.96º56.8%75.49%-
HSV(B)272.96º31.14%89.41%-
XYZ48.8341.4578.83-
YUV176.75156.92141.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.73%
GREEN value IS 157 (61.72% from 255) = 27.02%
BLUE value IS 228 (89.45% from 255) = 39.24%
R=33.73%
G=27.02%
B=39.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1961572280.140.3100.11272.9656.875.49
HexC49DE4E1F0B111394b
Octal304235344163701342171113
Binary110001001001110111100100111011111010111000100011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49DE4; }

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

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

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

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

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

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

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

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