#C494DB

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

Shades of Wisteria #C494DB

Tints of Wisteria #C494DB

Color information

#C494DB (or 0xC494DB) is unknown color: approx Wisteria. HEX triplet: C4, 94 and DB. RGB value is (196,148,219). Sum of RGB (Red+Green+Blue) = 196+148+219=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #C494DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494DB is #3B6B24. Grayscale: #AAAAAA. Windows color (decimal): -3894053 or 14390468. OLE color: 14390468.

HSL color Cylindrical-coordinate representation of color #C494DB: hue angle of 280.56º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C494DB is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196148219-
CMYK0.110.3200.14
HSL280.56º49.65%71.96%-
HSV(B)280.56º32.42%85.88%-
XYZ46.1438.0371.93-
YUV170.45155.4146.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.81%
GREEN value IS 148 (58.20% from 255) = 26.29%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=34.81%
G=26.29%
B=38.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961482190.110.3200.14280.5649.6571.96
HexC494DBB200E1193248
Octal304224333134001643162110
Binary1100010010010100110110111011100000011101000110011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C494DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C494DB; }

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

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

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

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

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

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

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

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