#C782E0

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

Shades of Wisteria #C782E0

Tints of Wisteria #C782E0

Color information

#C782E0 (or 0xC782E0) is unknown color: approx Wisteria. HEX triplet: C7, 82 and E0. RGB value is (199,130,224). Sum of RGB (Red+Green+Blue) = 199+130+224=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #C782E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782E0 is #387D1F. Grayscale: #A1A1A1. Windows color (decimal): -3702048 or 14713543. OLE color: 14713543.

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

Color convert

RGB199130224-
CMYK0.110.4200.12
HSL284.04º60.26%69.41%-
HSV(B)284.04º41.96%87.84%-
XYZ44.9933.4974.61-
YUV161.35163.36154.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.99%
GREEN value IS 130 (51.17% from 255) = 23.51%
BLUE value IS 224 (87.89% from 255) = 40.51%
R=35.99%
G=23.51%
B=40.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1991302240.110.4200.12284.0460.2669.41
HexC782E0B2A0C11c3c45
Octal307202340135201443474105
Binary1100011110000010111000001011101010011001000111001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C782E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C782E0; }

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

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

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

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

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

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

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

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