#C790FE

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

Shades of Wisteria #C790FE

Tints of Wisteria #C790FE

Color information

#C790FE (or 0xC790FE) is unknown color: approx Wisteria. HEX triplet: C7, 90 and FE. RGB value is (199,144,254). Sum of RGB (Red+Green+Blue) = 199+144+254=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #C790FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C790FE is #386F01. Grayscale: #ACACAC. Windows color (decimal): -3698434 or 16683207. OLE color: 16683207.

HSL color Cylindrical-coordinate representation of color #C790FE: hue angle of 270º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C790FE is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB199144254-
CMYK0.220.4300.00
HSL270º98.21%78.04%-
HSV(B)270º43.31%99.61%-
XYZ51.4239.2498.63-
YUV172.98173.72146.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.33%
GREEN value IS 144 (56.64% from 255) = 24.12%
BLUE value IS 254 (99.61% from 255) = 42.55%
R=33.33%
G=24.12%
B=42.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1991442540.220.4300.0027098.2178.04
HexC790FE162B0010e624e
Octal307220376265300416142116
Binary110001111001000011111110101101010110010000111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C790FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C790FE; }

 p { color: rgb(199,144,254); }

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

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

 a { background-color: rgb(199,144,254); }

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

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

 span { border-color: rgb(199,144,254); }

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