#C987EB

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

Shades of Wisteria #C987EB

Tints of Wisteria #C987EB

Color information

#C987EB (or 0xC987EB) is unknown color: approx Wisteria. HEX triplet: C9, 87 and EB. RGB value is (201,135,235). Sum of RGB (Red+Green+Blue) = 201+135+235=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #C987EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C987EB is #367814. Grayscale: #A5A5A5. Windows color (decimal): -3569685 or 15435721. OLE color: 15435721.

HSL color Cylindrical-coordinate representation of color #C987EB: hue angle of 279.6º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C987EB is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201135235-
CMYK0.140.4300.08
HSL279.6º71.43%72.55%-
HSV(B)279.6º42.55%92.16%-
XYZ47.7535.7482.98-
YUV166.13166.87152.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.20%
GREEN value IS 135 (53.12% from 255) = 23.64%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=35.20%
G=23.64%
B=41.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011352350.140.4300.08279.671.4372.55
HexC987EBE2B081184749
Octal3112073531653010430107111
Binary11001001100001111110101111101010110100010001100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C987EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C987EB; }

 p { color: rgb(201,135,235); }

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

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

 a { background-color: rgb(201,135,235); }

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

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

 span { border-color: rgb(201,135,235); }

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