#C87FE1

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

Shades of Wisteria #C87FE1

Tints of Wisteria #C87FE1

Color information

#C87FE1 (or 0xC87FE1) is unknown color: approx Wisteria. HEX triplet: C8, 7F and E1. RGB value is (200,127,225). Sum of RGB (Red+Green+Blue) = 200+127+225=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #C87FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FE1 is #37801E. Grayscale: #9F9F9F. Windows color (decimal): -3637279 or 14778312. OLE color: 14778312.

HSL color Cylindrical-coordinate representation of color #C87FE1: hue angle of 284.69º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C87FE1 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB200127225-
CMYK0.110.4400.12
HSL284.69º62.03%69.02%-
HSV(B)284.69º43.56%88.24%-
XYZ4532.8975.21-
YUV160164.68156.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.23%
GREEN value IS 127 (50% from 255) = 23.01%
BLUE value IS 225 (88.28% from 255) = 40.76%
R=36.23%
G=23.01%
B=40.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2001272250.110.4400.12284.6962.0369.02
HexC87FE1B2C0C11d3e45
Octal310177341135401443576105
Binary110010001111111111000011011101100011001000111011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87FE1; }

 p { color: rgb(200,127,225); }

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

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

 a { background-color: rgb(200,127,225); }

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

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

 span { border-color: rgb(200,127,225); }

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