#C486DB

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

Shades of Wisteria #C486DB

Tints of Wisteria #C486DB

Color information

#C486DB (or 0xC486DB) is unknown color: approx Wisteria. HEX triplet: C4, 86 and DB. RGB value is (196,134,219). Sum of RGB (Red+Green+Blue) = 196+134+219=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #C486DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486DB is #3B7924. Grayscale: #A1A1A1. Windows color (decimal): -3897637 or 14386884. OLE color: 14386884.

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

Color convert

RGB196134219-
CMYK0.110.3900.14
HSL283.76º54.14%69.22%-
HSV(B)283.76º38.81%85.88%-
XYZ44.0833.971.24-
YUV162.23160.04152.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.70%
GREEN value IS 134 (52.73% from 255) = 24.41%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=35.70%
G=24.41%
B=39.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961342190.110.3900.14283.7654.1469.22
HexC486DBB270E11c3645
Octal304206333134701643466105
Binary1100010010000110110110111011100111011101000111001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C486DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C486DB; }

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

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

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

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

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

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

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

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