#C087F9

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

Shades of Wisteria #C087F9

Tints of Wisteria #C087F9

Color information

#C087F9 (or 0xC087F9) is unknown color: approx Wisteria. HEX triplet: C0, 87 and F9. RGB value is (192,135,249). Sum of RGB (Red+Green+Blue) = 192+135+249=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 135 (53.12% from 255 or 23.44% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #C087F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C087F9 is #3F7806. Grayscale: #A4A4A4. Windows color (decimal): -4159495 or 16353216. OLE color: 16353216.

HSL color Cylindrical-coordinate representation of color #C087F9: hue angle of 270º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C087F9 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192135249-
CMYK0.230.4600.02
HSL270º90.48%75.29%-
HSV(B)270º45.78%97.65%-
XYZ47.535.3793.95-
YUV165.04175.38147.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 23.44%
BLUE value IS 249 (97.66% from 255) = 43.23%
R=33.33%
G=23.44%
B=43.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921352490.230.4600.0227090.4875.29
HexC087F9172E0210e5a4b
Octal300207371275602416132113
Binary1100000010000111111110011011110111001010000111010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C087F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C087F9; }

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

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

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

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

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

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

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

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