#C086DF

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

Shades of Wisteria #C086DF

Tints of Wisteria #C086DF

Color information

#C086DF (or 0xC086DF) is unknown color: approx Wisteria. HEX triplet: C0, 86 and DF. RGB value is (192,134,223). Sum of RGB (Red+Green+Blue) = 192+134+223=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #C086DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C086DF is #3F7920. Grayscale: #A1A1A1. Windows color (decimal): -4159777 or 14649024. OLE color: 14649024.

HSL color Cylindrical-coordinate representation of color #C086DF: hue angle of 279.1º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C086DF is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192134223-
CMYK0.140.4000.13
HSL279.1º58.17%70%-
HSV(B)279.1º39.91%87.45%-
XYZ43.5833.5874-
YUV161.49162.72149.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.97%
GREEN value IS 134 (52.73% from 255) = 24.41%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=34.97%
G=24.41%
B=40.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921342230.140.4000.13279.158.1770
HexC086DFE280D1173a46
Octal300206337165001542772106
Binary1100000010000110110111111110101000011011000101111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C086DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C086DF; }

 p { color: rgb(192,134,223); }

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

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

 a { background-color: rgb(192,134,223); }

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

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

 span { border-color: rgb(192,134,223); }

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