#C087CD

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

Shades of Wisteria #C087CD

Tints of Wisteria #C087CD

Color information

#C087CD (or 0xC087CD) is unknown color: approx Wisteria. HEX triplet: C0, 87 and CD. RGB value is (192,135,205). Sum of RGB (Red+Green+Blue) = 192+135+205=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 135 (53.12% from 255 or 25.38% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #C087CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087CD is #3F7832. Grayscale: #9F9F9F. Windows color (decimal): -4159539 or 13469632. OLE color: 13469632.

HSL color Cylindrical-coordinate representation of color #C087CD: hue angle of 288.86º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C087CD is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192135205-
CMYK0.060.3400.20
HSL288.86º41.18%66.67%-
HSV(B)288.86º34.15%80.39%-
XYZ41.4232.9461.93-
YUV160.02153.38150.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.09%
GREEN value IS 135 (53.12% from 255) = 25.38%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=36.09%
G=25.38%
B=38.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921352050.060.3400.20288.8641.1866.67
HexC087CD6220141212943
Octal30020731564202444151103
Binary1100000010000111110011011101000100101001001000011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C087CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C087CD; }

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

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

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

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

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

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

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

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