#C792FA

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

Shades of Wisteria #C792FA

Tints of Wisteria #C792FA

Color information

#C792FA (or 0xC792FA) is unknown color: approx Wisteria. HEX triplet: C7, 92 and FA. RGB value is (199,146,250). Sum of RGB (Red+Green+Blue) = 199+146+250=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #C792FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C792FA is #386D05. Grayscale: #ADADAD. Windows color (decimal): -3697926 or 16421575. OLE color: 16421575.

HSL color Cylindrical-coordinate representation of color #C792FA: hue angle of 270.58º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C792FA is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199146250-
CMYK0.200.4200.02
HSL270.58º91.23%77.65%-
HSV(B)270.58º41.6%98.04%-
XYZ51.0939.695.39-
YUV173.7171.06146.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.45%
GREEN value IS 146 (57.42% from 255) = 24.54%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=33.45%
G=24.54%
B=42.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1991462500.200.4200.02270.5891.2377.65
HexC792FA142A0210f5b4e
Octal307222372245202417133116
Binary1100011110010010111110101010010101001010000111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C792FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C792FA; }

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

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

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

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

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

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

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

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