#C886DE

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

Shades of Wisteria #C886DE

Tints of Wisteria #C886DE

Color information

#C886DE (or 0xC886DE) is unknown color: approx Wisteria. HEX triplet: C8, 86 and DE. RGB value is (200,134,222). Sum of RGB (Red+Green+Blue) = 200+134+222=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #C886DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886DE is #377921. Grayscale: #A3A3A3. Windows color (decimal): -3635490 or 14583496. OLE color: 14583496.

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

Color convert

RGB200134222-
CMYK0.100.4000.13
HSL285º57.14%69.8%-
HSV(B)285º39.64%87.06%-
XYZ45.5334.673.39-
YUV163.77160.87153.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.97%
GREEN value IS 134 (52.73% from 255) = 24.10%
BLUE value IS 222 (87.11% from 255) = 39.93%
R=35.97%
G=24.10%
B=39.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001342220.100.4000.1328557.1469.8
HexC886DEA280D11d3946
Octal310206336125001543571106
Binary1100100010000110110111101010101000011011000111011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C886DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C886DE; }

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

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

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

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

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

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

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

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