#C795DF

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

Shades of Wisteria #C795DF

Tints of Wisteria #C795DF

Color information

#C795DF (or 0xC795DF) is unknown color: approx Wisteria. HEX triplet: C7, 95 and DF. RGB value is (199,149,223). Sum of RGB (Red+Green+Blue) = 199+149+223=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #C795DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795DF is #386A20. Grayscale: #ACACAC. Windows color (decimal): -3697185 or 14652871. OLE color: 14652871.

HSL color Cylindrical-coordinate representation of color #C795DF: hue angle of 280.54º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C795DF is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199149223-
CMYK0.110.3300.13
HSL280.54º53.62%72.94%-
HSV(B)280.54º33.18%87.45%-
XYZ47.6238.9674.82-
YUV172.39156.56146.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.85%
GREEN value IS 149 (58.59% from 255) = 26.09%
BLUE value IS 223 (87.5% from 255) = 39.05%
R=34.85%
G=26.09%
B=39.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991492230.110.3300.13280.5453.6272.94
HexC795DFB210D1193649
Octal307225337134101543166111
Binary1100011110010101110111111011100001011011000110011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C795DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C795DF; }

 p { color: rgb(199,149,223); }

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

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

 a { background-color: rgb(199,149,223); }

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

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

 span { border-color: rgb(199,149,223); }

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