#C790D7

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

Shades of Wisteria #C790D7

Tints of Wisteria #C790D7

Color information

#C790D7 (or 0xC790D7) is unknown color: approx Wisteria. HEX triplet: C7, 90 and D7. RGB value is (199,144,215). Sum of RGB (Red+Green+Blue) = 199+144+215=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #C790D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C790D7 is #386F28. Grayscale: #A8A8A8. Windows color (decimal): -3698473 or 14127303. OLE color: 14127303.

HSL color Cylindrical-coordinate representation of color #C790D7: hue angle of 286.48º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C790D7 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB199144215-
CMYK0.070.3300.16
HSL286.48º47.02%70.39%-
HSV(B)286.48º33.02%84.31%-
XYZ45.7936.9969.02-
YUV168.54154.22149.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.66%
GREEN value IS 144 (56.64% from 255) = 25.81%
BLUE value IS 215 (84.38% from 255) = 38.53%
R=35.66%
G=25.81%
B=38.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1991442150.070.3300.16286.4847.0270.39
HexC790D772101011e2f46
Octal30722032774102043657106
Binary1100011110010000110101111111000010100001000111101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C790D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C790D7; }

 p { color: rgb(199,144,215); }

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

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

 a { background-color: rgb(199,144,215); }

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

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

 span { border-color: rgb(199,144,215); }

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