#C886E7

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

Shades of Wisteria #C886E7

Tints of Wisteria #C886E7

Color information

#C886E7 (or 0xC886E7) is unknown color: approx Wisteria. HEX triplet: C8, 86 and E7. RGB value is (200,134,231). Sum of RGB (Red+Green+Blue) = 200+134+231=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #C886E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C886E7 is #377918. Grayscale: #A4A4A4. Windows color (decimal): -3635481 or 15173320. OLE color: 15173320.

HSL color Cylindrical-coordinate representation of color #C886E7: hue angle of 280.82º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C886E7 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB200134231-
CMYK0.130.4200.09
HSL280.82º66.9%71.57%-
HSV(B)280.82º41.99%90.59%-
XYZ46.7735.179.91-
YUV164.79165.37153.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.40%
GREEN value IS 134 (52.73% from 255) = 23.72%
BLUE value IS 231 (90.62% from 255) = 40.88%
R=35.40%
G=23.72%
B=40.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2001342310.130.4200.09280.8266.971.57
HexC886E7D2A091194348
Octal3102063471552011431103110
Binary11001000100001101110011111011010100100110001100110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C886E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C886E7; }

 p { color: rgb(200,134,231); }

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

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

 a { background-color: rgb(200,134,231); }

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

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

 span { border-color: rgb(200,134,231); }

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