#C793DE

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

Shades of Wisteria #C793DE

Tints of Wisteria #C793DE

Color information

#C793DE (or 0xC793DE) is unknown color: approx Wisteria. HEX triplet: C7, 93 and DE. RGB value is (199,147,222). Sum of RGB (Red+Green+Blue) = 199+147+222=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #C793DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C793DE is #386C21. Grayscale: #AAAAAA. Windows color (decimal): -3697698 or 14586823. OLE color: 14586823.

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

Color convert

RGB199147222-
CMYK0.100.3400.13
HSL281.6º53.19%72.35%-
HSV(B)281.6º33.78%87.06%-
XYZ47.1738.2874.01-
YUV171.1156.73147.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.04%
GREEN value IS 147 (57.81% from 255) = 25.88%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=35.04%
G=25.88%
B=39.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991472220.100.3400.13281.653.1972.35
HexC793DEA220D11a3548
Octal307223336124201543265110
Binary1100011110010011110111101010100010011011000110101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C793DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C793DE; }

 p { color: rgb(199,147,222); }

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

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

 a { background-color: rgb(199,147,222); }

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

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

 span { border-color: rgb(199,147,222); }

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