#C793FD

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

Shades of Wisteria #C793FD

Tints of Wisteria #C793FD

Color information

#C793FD (or 0xC793FD) is unknown color: approx Wisteria. HEX triplet: C7, 93 and FD. RGB value is (199,147,253). Sum of RGB (Red+Green+Blue) = 199+147+253=599 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.22% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #C793FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C793FD is #386C02. Grayscale: #AEAEAE. Windows color (decimal): -3697667 or 16618439. OLE color: 16618439.

HSL color Cylindrical-coordinate representation of color #C793FD: hue angle of 269.43º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C793FD is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199147253-
CMYK0.210.4200.01
HSL269.43º96.36%78.43%-
HSV(B)269.43º41.9%99.22%-
XYZ51.7240.197.94-
YUV174.63172.23145.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.22%
GREEN value IS 147 (57.81% from 255) = 24.54%
BLUE value IS 253 (99.22% from 255) = 42.24%
R=33.22%
G=24.54%
B=42.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1991472530.210.4200.01269.4396.3678.43
HexC793FD152A0110d604e
Octal307223375255201415140116
Binary110001111001001111111101101011010100110000110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C793FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C793FD; }

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

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

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

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

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

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

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

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