#C494E0

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

Shades of Wisteria #C494E0

Tints of Wisteria #C494E0

Color information

#C494E0 (or 0xC494E0) is unknown color: approx Wisteria. HEX triplet: C4, 94 and E0. RGB value is (196,148,224). Sum of RGB (Red+Green+Blue) = 196+148+224=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #C494E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494E0 is #3B6B1F. Grayscale: #AAAAAA. Windows color (decimal): -3894048 or 14718148. OLE color: 14718148.

HSL color Cylindrical-coordinate representation of color #C494E0: hue angle of 277.89º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C494E0 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB196148224-
CMYK0.120.3400.12
HSL277.89º55.07%72.94%-
HSV(B)277.89º33.93%87.84%-
XYZ46.8138.375.45-
YUV171.02157.9145.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.51%
GREEN value IS 148 (58.20% from 255) = 26.06%
BLUE value IS 224 (87.89% from 255) = 39.44%
R=34.51%
G=26.06%
B=39.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1961482240.120.3400.12277.8955.0772.94
HexC494E0C220C1163749
Octal304224340144201442667111
Binary1100010010010100111000001100100010011001000101101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C494E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C494E0; }

 p { color: rgb(196,148,224); }

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

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

 a { background-color: rgb(196,148,224); }

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

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

 span { border-color: rgb(196,148,224); }

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