#C786DE

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

Shades of Wisteria #C786DE

Tints of Wisteria #C786DE

Color information

#C786DE (or 0xC786DE) is unknown color: approx Wisteria. HEX triplet: C7, 86 and DE. RGB value is (199,134,222). Sum of RGB (Red+Green+Blue) = 199+134+222=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #C786DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C786DE is #387921. Grayscale: #A3A3A3. Windows color (decimal): -3701026 or 14583495. OLE color: 14583495.

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

Color convert

RGB199134222-
CMYK0.100.4000.13
HSL284.32º57.14%69.8%-
HSV(B)284.32º39.64%87.06%-
XYZ45.2634.4773.37-
YUV163.47161.03153.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.86%
GREEN value IS 134 (52.73% from 255) = 24.14%
BLUE value IS 222 (87.11% from 255) = 40%
R=35.86%
G=24.14%
B=40%

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
Decimal1991342220.100.4000.13284.3257.1469.8
HexC786DEA280D11c3946
Octal307206336125001543471106
Binary1100011110000110110111101010101000011011000111001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C786DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C786DE; }

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

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

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

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

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

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

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

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