#C792FD

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

Shades of Wisteria #C792FD

Tints of Wisteria #C792FD

Color information

#C792FD (or 0xC792FD) is unknown color: approx Wisteria. HEX triplet: C7, 92 and FD. RGB value is (199,146,253). Sum of RGB (Red+Green+Blue) = 199+146+253=598 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.28% from 598); Green value is 146 (57.42% from 255 or 24.41% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #C792FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C792FD is #386D02. Grayscale: #ADADAD. Windows color (decimal): -3697923 or 16618183. OLE color: 16618183.

HSL color Cylindrical-coordinate representation of color #C792FD: hue angle of 269.72º 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 #C792FD is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199146253-
CMYK0.210.4200.01
HSL269.72º96.4%78.24%-
HSV(B)269.72º42.29%99.22%-
XYZ51.5639.7997.89-
YUV174.04172.56145.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.28%
GREEN value IS 146 (57.42% from 255) = 24.41%
BLUE value IS 253 (99.22% from 255) = 42.31%
R=33.28%
G=24.41%
B=42.31%

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
Decimal1991462530.210.4200.01269.7296.478.24
HexC792FD152A0110e604e
Octal307222375255201416140116
Binary110001111001001011111101101011010100110000111011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C792FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C792FD; }

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

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

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

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

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

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

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

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