#C781DE

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

Shades of Wisteria #C781DE

Tints of Wisteria #C781DE

Color information

#C781DE (or 0xC781DE) is unknown color: approx Wisteria. HEX triplet: C7, 81 and DE. RGB value is (199,129,222). Sum of RGB (Red+Green+Blue) = 199+129+222=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #C781DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C781DE is #387E21. Grayscale: #A0A0A0. Windows color (decimal): -3702306 or 14582215. OLE color: 14582215.

HSL color Cylindrical-coordinate representation of color #C781DE: hue angle of 285.16º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C781DE is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199129222-
CMYK0.100.4200.13
HSL285.16º58.49%68.82%-
HSV(B)285.16º41.89%87.06%-
XYZ44.5933.1273.15-
YUV160.53162.69155.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.18%
GREEN value IS 129 (50.78% from 255) = 23.45%
BLUE value IS 222 (87.11% from 255) = 40.36%
R=36.18%
G=23.45%
B=40.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991292220.100.4200.13285.1658.4968.82
HexC781DEA2A0D11d3a45
Octal307201336125201543572105
Binary1100011110000001110111101010101010011011000111011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C781DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C781DE; }

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

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

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

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

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

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

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

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