#C798DC

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

Shades of Wisteria #C798DC

Tints of Wisteria #C798DC

Color information

#C798DC (or 0xC798DC) is unknown color: approx Wisteria. HEX triplet: C7, 98 and DC. RGB value is (199,152,220). Sum of RGB (Red+Green+Blue) = 199+152+220=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #C798DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C798DC is #386723. Grayscale: #ADADAD. Windows color (decimal): -3696420 or 14457031. OLE color: 14457031.

HSL color Cylindrical-coordinate representation of color #C798DC: hue angle of 281.47º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C798DC is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199152220-
CMYK0.100.3100.14
HSL281.47º49.28%72.94%-
HSV(B)281.47º30.91%86.27%-
XYZ47.739.7772.87-
YUV173.8154.07145.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.85%
GREEN value IS 152 (59.77% from 255) = 26.62%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=34.85%
G=26.62%
B=38.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991522200.100.3100.14281.4749.2872.94
HexC798DCA1F0E1193149
Octal307230334123701643161111
Binary110001111001100011011100101011111011101000110011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C798DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C798DC; }

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

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

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

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

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

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

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

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