#C087DE

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

Shades of Wisteria #C087DE

Tints of Wisteria #C087DE

Color information

#C087DE (or 0xC087DE) is unknown color: approx Wisteria. HEX triplet: C0, 87 and DE. RGB value is (192,135,222). Sum of RGB (Red+Green+Blue) = 192+135+222=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #C087DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087DE is #3F7821. Grayscale: #A1A1A1. Windows color (decimal): -4159522 or 14583744. OLE color: 14583744.

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

Color convert

RGB192135222-
CMYK0.140.3900.13
HSL279.31º56.86%70%-
HSV(B)279.31º39.19%87.06%-
XYZ43.5933.8173.34-
YUV161.96161.88149.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.97%
GREEN value IS 135 (53.12% from 255) = 24.59%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=34.97%
G=24.59%
B=40.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921352220.140.3900.13279.3156.8670
HexC087DEE270D1173946
Octal300207336164701542771106
Binary1100000010000111110111101110100111011011000101111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C087DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C087DE; }

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

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

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

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

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

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

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

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