#C087D1

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

Shades of Wisteria #C087D1

Tints of Wisteria #C087D1

Color information

#C087D1 (or 0xC087D1) is unknown color: approx Wisteria. HEX triplet: C0, 87 and D1. RGB value is (192,135,209). Sum of RGB (Red+Green+Blue) = 192+135+209=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #C087D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087D1 is #3F782E. Grayscale: #A0A0A0. Windows color (decimal): -4159535 or 13731776. OLE color: 13731776.

HSL color Cylindrical-coordinate representation of color #C087D1: hue angle of 286.22º degrees, saturation: 0.45, 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 #C087D1 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192135209-
CMYK0.080.3500.18
HSL286.22º44.58%67.45%-
HSV(B)286.22º35.41%81.96%-
XYZ41.9133.1464.51-
YUV160.48155.38150.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.82%
GREEN value IS 135 (53.12% from 255) = 25.19%
BLUE value IS 209 (82.03% from 255) = 38.99%
R=35.82%
G=25.19%
B=38.99%

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
Decimal1921352090.080.3500.18286.2244.5867.45
HexC087D182301211e2d43
Octal300207321104302243655103
Binary11000000100001111101000110001000110100101000111101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C087D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C087D1; }

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

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

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

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

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

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

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

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