#C782DB

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

Shades of Wisteria #C782DB

Tints of Wisteria #C782DB

Color information

#C782DB (or 0xC782DB) is unknown color: approx Wisteria. HEX triplet: C7, 82 and DB. RGB value is (199,130,219). Sum of RGB (Red+Green+Blue) = 199+130+219=548 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.31% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #C782DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782DB is #387D24. Grayscale: #A0A0A0. Windows color (decimal): -3702053 or 14385863. OLE color: 14385863.

HSL color Cylindrical-coordinate representation of color #C782DB: hue angle of 286.52º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C782DB is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199130219-
CMYK0.090.4100.14
HSL286.52º55.28%68.43%-
HSV(B)286.52º40.64%85.88%-
XYZ44.3233.2271.09-
YUV160.78160.86155.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.31%
GREEN value IS 130 (51.17% from 255) = 23.72%
BLUE value IS 219 (85.94% from 255) = 39.96%
R=36.31%
G=23.72%
B=39.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991302190.090.4100.14286.5255.2868.43
HexC782DB9290E11f3744
Octal307202333115101643767104
Binary1100011110000010110110111001101001011101000111111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C782DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C782DB; }

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

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

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

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

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

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

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

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