#C798F5

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

Shades of Wisteria #C798F5

Tints of Wisteria #C798F5

Color information

#C798F5 (or 0xC798F5) is unknown color: approx Wisteria. HEX triplet: C7, 98 and F5. RGB value is (199,152,245). Sum of RGB (Red+Green+Blue) = 199+152+245=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 245 (96.09% from 255 or 41.11% from 596); Max value from RGB is 245 - color contains mainly: blue. Hex color #C798F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C798F5 is #38670A. Grayscale: #B0B0B0. Windows color (decimal): -3696395 or 16095431. OLE color: 16095431.

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

Color convert

RGB199152245-
CMYK0.190.3800.04
HSL270.32º82.3%77.84%-
HSV(B)270.32º37.96%96.08%-
XYZ51.2641.1991.64-
YUV176.66166.57143.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.39%
GREEN value IS 152 (59.77% from 255) = 25.50%
BLUE value IS 245 (96.09% from 255) = 41.11%
R=33.39%
G=25.50%
B=41.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1991522450.190.3800.04270.3282.377.84
HexC798F513260410e524e
Octal307230365234604416122116
Binary11000111100110001111010110011100110010010000111010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C798F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C798F5; }

 p { color: rgb(199,152,245); }

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

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

 a { background-color: rgb(199,152,245); }

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

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

 span { border-color: rgb(199,152,245); }

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