#C797DC

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

Shades of Wisteria #C797DC

Tints of Wisteria #C797DC

Color information

#C797DC (or 0xC797DC) is unknown color: approx Wisteria. HEX triplet: C7, 97 and DC. RGB value is (199,151,220). Sum of RGB (Red+Green+Blue) = 199+151+220=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #C797DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C797DC is #386823. Grayscale: #ACACAC. Windows color (decimal): -3696676 or 14456775. OLE color: 14456775.

HSL color Cylindrical-coordinate representation of color #C797DC: hue angle of 281.74º degrees, saturation: 0.5, 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 #C797DC is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199151220-
CMYK0.100.3100.14
HSL281.74º49.64%72.75%-
HSV(B)281.74º31.36%86.27%-
XYZ47.5439.4472.82-
YUV173.22154.4146.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.91%
GREEN value IS 151 (59.38% from 255) = 26.49%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=34.91%
G=26.49%
B=38.60%

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
Decimal1991512200.100.3100.14281.7449.6472.75
HexC797DCA1F0E11a3249
Octal307227334123701643262111
Binary110001111001011111011100101011111011101000110101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C797DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C797DC; }

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

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

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

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

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

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

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

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