#C782E5

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

Shades of Wisteria #C782E5

Tints of Wisteria #C782E5

Color information

#C782E5 (or 0xC782E5) is unknown color: approx Wisteria. HEX triplet: C7, 82 and E5. RGB value is (199,130,229). Sum of RGB (Red+Green+Blue) = 199+130+229=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #C782E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782E5 is #387D1A. Grayscale: #A1A1A1. Windows color (decimal): -3702043 or 15041223. OLE color: 15041223.

HSL color Cylindrical-coordinate representation of color #C782E5: hue angle of 281.82º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C782E5 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB199130229-
CMYK0.130.4300.10
HSL281.82º65.56%70.39%-
HSV(B)281.82º43.23%89.8%-
XYZ45.6833.7678.24-
YUV161.92165.86154.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.66%
GREEN value IS 130 (51.17% from 255) = 23.30%
BLUE value IS 229 (89.84% from 255) = 41.04%
R=35.66%
G=23.30%
B=41.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1991302290.130.4300.10281.8265.5670.39
HexC782E5D2B0A11a4246
Octal3072023451553012432102106
Binary11000111100000101110010111011010110101010001101010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C782E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C782E5; }

 p { color: rgb(199,130,229); }

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

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

 a { background-color: rgb(199,130,229); }

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

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

 span { border-color: rgb(199,130,229); }

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