#C086D5

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

Shades of Wisteria #C086D5

Tints of Wisteria #C086D5

Color information

#C086D5 (or 0xC086D5) is unknown color: approx Wisteria. HEX triplet: C0, 86 and D5. RGB value is (192,134,213). Sum of RGB (Red+Green+Blue) = 192+134+213=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #C086D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C086D5 is #3F792A. Grayscale: #A0A0A0. Windows color (decimal): -4159787 or 13993664. OLE color: 13993664.

HSL color Cylindrical-coordinate representation of color #C086D5: hue angle of 284.05º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C086D5 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192134213-
CMYK0.100.3700.16
HSL284.05º48.47%68.04%-
HSV(B)284.05º37.09%83.53%-
XYZ42.2733.0667.1-
YUV160.35157.72150.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.62%
GREEN value IS 134 (52.73% from 255) = 24.86%
BLUE value IS 213 (83.59% from 255) = 39.52%
R=35.62%
G=24.86%
B=39.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921342130.100.3700.16284.0548.4768.04
HexC086D5A2501011c3044
Octal300206325124502043460104
Binary11000000100001101101010110101001010100001000111001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C086D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C086D5; }

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

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

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

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

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

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

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

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