#C786DD

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

Shades of Wisteria #C786DD

Tints of Wisteria #C786DD

Color information

#C786DD (or 0xC786DD) is unknown color: approx Wisteria. HEX triplet: C7, 86 and DD. RGB value is (199,134,221). Sum of RGB (Red+Green+Blue) = 199+134+221=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #C786DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C786DD is #387922. Grayscale: #A3A3A3. Windows color (decimal): -3701027 or 14517959. OLE color: 14517959.

HSL color Cylindrical-coordinate representation of color #C786DD: hue angle of 284.83º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C786DD is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199134221-
CMYK0.100.3900.13
HSL284.83º56.13%69.61%-
HSV(B)284.83º39.37%86.67%-
XYZ45.1334.4172.67-
YUV163.35160.53153.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.92%
GREEN value IS 134 (52.73% from 255) = 24.19%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=35.92%
G=24.19%
B=39.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991342210.100.3900.13284.8356.1369.61
HexC786DDA270D11d3846
Octal307206335124701543570106
Binary1100011110000110110111011010100111011011000111011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C786DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C786DD; }

 p { color: rgb(199,134,221); }

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

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

 a { background-color: rgb(199,134,221); }

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

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

 span { border-color: rgb(199,134,221); }

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