#C796D2

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

Shades of Wisteria #C796D2

Tints of Wisteria #C796D2

Color information

#C796D2 (or 0xC796D2) is unknown color: approx Wisteria. HEX triplet: C7, 96 and D2. RGB value is (199,150,210). Sum of RGB (Red+Green+Blue) = 199+150+210=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 210 - color contains mainly: blue. Hex color #C796D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C796D2 is #38692D. Grayscale: #ABABAB. Windows color (decimal): -3696942 or 13801159. OLE color: 13801159.

HSL color Cylindrical-coordinate representation of color #C796D2: hue angle of 289º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C796D2 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB199150210-
CMYK0.050.2900.18
HSL289º40%70.59%-
HSV(B)289º28.57%82.35%-
XYZ46.0938.6166-
YUV171.49149.73147.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.60%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 210 (82.42% from 255) = 37.57%
R=35.60%
G=26.83%
B=37.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1991502100.050.2900.182894070.59
HexC796D251D0121212847
Octal30722632253502244150107
Binary110001111001011011010010101111010100101001000011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C796D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C796D2; }

 p { color: rgb(199,150,210); }

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

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

 a { background-color: rgb(199,150,210); }

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

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

 span { border-color: rgb(199,150,210); }

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