#C782E1

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

Shades of Wisteria #C782E1

Tints of Wisteria #C782E1

Color information

#C782E1 (or 0xC782E1) is unknown color: approx Wisteria. HEX triplet: C7, 82 and E1. RGB value is (199,130,225). Sum of RGB (Red+Green+Blue) = 199+130+225=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 225 - color contains mainly: blue. Hex color #C782E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782E1 is #387D1E. Grayscale: #A1A1A1. Windows color (decimal): -3702047 or 14779079. OLE color: 14779079.

HSL color Cylindrical-coordinate representation of color #C782E1: hue angle of 283.58º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C782E1 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB199130225-
CMYK0.120.4200.12
HSL283.58º61.29%69.61%-
HSV(B)283.58º42.22%88.24%-
XYZ45.1333.5475.33-
YUV161.46163.86154.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.92%
GREEN value IS 130 (51.17% from 255) = 23.47%
BLUE value IS 225 (88.28% from 255) = 40.61%
R=35.92%
G=23.47%
B=40.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1991302250.120.4200.12283.5861.2969.61
HexC782E1C2A0C11c3d46
Octal307202341145201443475106
Binary1100011110000010111000011100101010011001000111001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C782E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C782E1; }

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

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

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

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

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

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

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

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