#C087DA

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

Shades of Wisteria #C087DA

Tints of Wisteria #C087DA

Color information

#C087DA (or 0xC087DA) is unknown color: approx Wisteria. HEX triplet: C0, 87 and DA. RGB value is (192,135,218). Sum of RGB (Red+Green+Blue) = 192+135+218=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #C087DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087DA is #3F7825. Grayscale: #A1A1A1. Windows color (decimal): -4159526 or 14321600. OLE color: 14321600.

HSL color Cylindrical-coordinate representation of color #C087DA: hue angle of 281.2º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C087DA is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192135218-
CMYK0.120.3800.15
HSL281.2º52.87%69.22%-
HSV(B)281.2º38.07%85.49%-
XYZ43.0633.670.55-
YUV161.5159.88149.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.23%
GREEN value IS 135 (53.12% from 255) = 24.77%
BLUE value IS 218 (85.55% from 255) = 40%
R=35.23%
G=24.77%
B=40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921352180.120.3800.15281.252.8769.22
HexC087DAC260F1193545
Octal300207332144601743165105
Binary1100000010000111110110101100100110011111000110011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C087DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C087DA; }

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

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

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

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

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

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

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

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