#C087DC

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

Shades of Wisteria #C087DC

Tints of Wisteria #C087DC

Color information

#C087DC (or 0xC087DC) is unknown color: approx Wisteria. HEX triplet: C0, 87 and DC. RGB value is (192,135,220). Sum of RGB (Red+Green+Blue) = 192+135+220=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 135 (53.12% from 255 or 24.68% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #C087DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087DC is #3F7823. Grayscale: #A1A1A1. Windows color (decimal): -4159524 or 14452672. OLE color: 14452672.

HSL color Cylindrical-coordinate representation of color #C087DC: hue angle of 280.24º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C087DC is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192135220-
CMYK0.130.3900.14
HSL280.24º54.84%69.61%-
HSV(B)280.24º38.64%86.27%-
XYZ43.3233.771.93-
YUV161.73160.88149.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.10%
GREEN value IS 135 (53.12% from 255) = 24.68%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=35.10%
G=24.68%
B=40.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921352200.130.3900.14280.2454.8469.61
HexC087DCD270E1183746
Octal300207334154701643067106
Binary1100000010000111110111001101100111011101000110001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C087DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C087DC; }

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

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

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

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

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

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

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

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