#C793E0

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

Shades of Wisteria #C793E0

Tints of Wisteria #C793E0

Color information

#C793E0 (or 0xC793E0) is unknown color: approx Wisteria. HEX triplet: C7, 93 and E0. RGB value is (199,147,224). Sum of RGB (Red+Green+Blue) = 199+147+224=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #C793E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C793E0 is #386C1F. Grayscale: #ABABAB. Windows color (decimal): -3697696 or 14717895. OLE color: 14717895.

HSL color Cylindrical-coordinate representation of color #C793E0: hue angle of 280.52º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C793E0 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB199147224-
CMYK0.110.3400.12
HSL280.52º55.4%72.75%-
HSV(B)280.52º34.38%87.84%-
XYZ47.4438.3975.43-
YUV171.33157.73147.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.91%
GREEN value IS 147 (57.81% from 255) = 25.79%
BLUE value IS 224 (87.89% from 255) = 39.30%
R=34.91%
G=25.79%
B=39.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1991472240.110.3400.12280.5255.472.75
HexC793E0B220C1193749
Octal307223340134201443167111
Binary1100011110010011111000001011100010011001000110011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C793E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C793E0; }

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

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

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

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

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

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

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

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