#C792DF

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

Shades of Wisteria #C792DF

Tints of Wisteria #C792DF

Color information

#C792DF (or 0xC792DF) is unknown color: approx Wisteria. HEX triplet: C7, 92 and DF. RGB value is (199,146,223). Sum of RGB (Red+Green+Blue) = 199+146+223=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #C792DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C792DF is #386D20. Grayscale: #AAAAAA. Windows color (decimal): -3697953 or 14652103. OLE color: 14652103.

HSL color Cylindrical-coordinate representation of color #C792DF: hue angle of 281.3º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C792DF is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199146223-
CMYK0.110.3500.13
HSL281.3º54.61%72.35%-
HSV(B)281.3º34.53%87.45%-
XYZ47.1538.0374.67-
YUV170.62157.56148.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.04%
GREEN value IS 146 (57.42% from 255) = 25.70%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=35.04%
G=25.70%
B=39.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991462230.110.3500.13281.354.6172.35
HexC792DFB230D1193748
Octal307222337134301543167110
Binary1100011110010010110111111011100011011011000110011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C792DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C792DF; }

 p { color: rgb(199,146,223); }

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

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

 a { background-color: rgb(199,146,223); }

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

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

 span { border-color: rgb(199,146,223); }

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