#C087D0

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

Shades of Wisteria #C087D0

Tints of Wisteria #C087D0

Color information

#C087D0 (or 0xC087D0) is unknown color: approx Wisteria. HEX triplet: C0, 87 and D0. RGB value is (192,135,208). Sum of RGB (Red+Green+Blue) = 192+135+208=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #C087D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087D0 is #3F782F. Grayscale: #A0A0A0. Windows color (decimal): -4159536 or 13666240. OLE color: 13666240.

HSL color Cylindrical-coordinate representation of color #C087D0: hue angle of 286.85º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C087D0 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192135208-
CMYK0.080.3500.18
HSL286.85º43.71%67.25%-
HSV(B)286.85º35.1%81.57%-
XYZ41.7933.0963.86-
YUV160.36154.88150.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.89%
GREEN value IS 135 (53.12% from 255) = 25.23%
BLUE value IS 208 (81.64% from 255) = 38.88%
R=35.89%
G=25.23%
B=38.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921352080.080.3500.18286.8543.7167.25
HexC087D082301211f2c43
Octal300207320104302243754103
Binary11000000100001111101000010001000110100101000111111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C087D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C087D0; }

 p { color: rgb(192,135,208); }

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

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

 a { background-color: rgb(192,135,208); }

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

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

 span { border-color: rgb(192,135,208); }

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