#C782DD

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

Shades of Wisteria #C782DD

Tints of Wisteria #C782DD

Color information

#C782DD (or 0xC782DD) is unknown color: approx Wisteria. HEX triplet: C7, 82 and DD. RGB value is (199,130,221). Sum of RGB (Red+Green+Blue) = 199+130+221=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #C782DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782DD is #387D22. Grayscale: #A0A0A0. Windows color (decimal): -3702051 or 14516935. OLE color: 14516935.

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

Color convert

RGB199130221-
CMYK0.100.4100.13
HSL285.49º57.23%68.82%-
HSV(B)285.49º41.18%86.67%-
XYZ44.5933.3372.49-
YUV161161.86155.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.18%
GREEN value IS 130 (51.17% from 255) = 23.64%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=36.18%
G=23.64%
B=40.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991302210.100.4100.13285.4957.2368.82
HexC782DDA290D11d3945
Octal307202335125101543571105
Binary1100011110000010110111011010101001011011000111011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C782DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C782DD; }

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

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

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

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

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

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

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

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