#C795F6

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

Shades of Wisteria #C795F6

Tints of Wisteria #C795F6

Color information

#C795F6 (or 0xC795F6) is unknown color: approx Wisteria. HEX triplet: C7, 95 and F6. RGB value is (199,149,246). Sum of RGB (Red+Green+Blue) = 199+149+246=594 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.50% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #C795F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C795F6 is #386A09. Grayscale: #AEAEAE. Windows color (decimal): -3697162 or 16160199. OLE color: 16160199.

HSL color Cylindrical-coordinate representation of color #C795F6: hue angle of 270.93º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C795F6 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB199149246-
CMYK0.190.3900.04
HSL270.93º84.35%77.45%-
HSV(B)270.93º39.43%96.47%-
XYZ50.9440.2992.28-
YUV175.01168.06145.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.50%
GREEN value IS 149 (58.59% from 255) = 25.08%
BLUE value IS 246 (96.48% from 255) = 41.41%
R=33.50%
G=25.08%
B=41.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1991492460.190.3900.04270.9384.3577.45
HexC795F613270410f544d
Octal307225366234704417124115
Binary11000111100101011111011010011100111010010000111110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C795F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C795F6; }

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

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

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

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

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

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

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

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