#C286DB

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

Shades of Wisteria #C286DB

Tints of Wisteria #C286DB

Color information

#C286DB (or 0xC286DB) is unknown color: approx Wisteria. HEX triplet: C2, 86 and DB. RGB value is (194,134,219). Sum of RGB (Red+Green+Blue) = 194+134+219=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #C286DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286DB is #3D7924. Grayscale: #A1A1A1. Windows color (decimal): -4028709 or 14386882. OLE color: 14386882.

HSL color Cylindrical-coordinate representation of color #C286DB: hue angle of 282.35º 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 #C286DB is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194134219-
CMYK0.110.3900.14
HSL282.35º54.14%69.22%-
HSV(B)282.35º38.81%85.88%-
XYZ43.5633.6371.21-
YUV161.63160.38151.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.47%
GREEN value IS 134 (52.73% from 255) = 24.50%
BLUE value IS 219 (85.94% from 255) = 40.04%
R=35.47%
G=24.50%
B=40.04%

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
Decimal1941342190.110.3900.14282.3554.1469.22
HexC286DBB270E11a3645
Octal302206333134701643266105
Binary1100001010000110110110111011100111011101000110101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C286DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C286DB; }

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

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

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

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

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

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

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

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