#C686DE

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

Shades of Wisteria #C686DE

Tints of Wisteria #C686DE

Color information

#C686DE (or 0xC686DE) is unknown color: approx Wisteria. HEX triplet: C6, 86 and DE. RGB value is (198,134,222). Sum of RGB (Red+Green+Blue) = 198+134+222=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #C686DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686DE is #397921. Grayscale: #A2A2A2. Windows color (decimal): -3766562 or 14583494. OLE color: 14583494.

HSL color Cylindrical-coordinate representation of color #C686DE: hue angle of 283.64º 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 #C686DE is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198134222-
CMYK0.110.4000.13
HSL283.64º57.14%69.8%-
HSV(B)283.64º39.64%87.06%-
XYZ4534.3373.36-
YUV163.17161.2152.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.74%
GREEN value IS 134 (52.73% from 255) = 24.19%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=35.74%
G=24.19%
B=40.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981342220.110.4000.13283.6457.1469.8
HexC686DEB280D11c3946
Octal306206336135001543471106
Binary1100011010000110110111101011101000011011000111001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C686DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C686DE; }

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

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

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

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

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

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

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

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