#C790FC

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

Shades of Wisteria #C790FC

Tints of Wisteria #C790FC

Color information

#C790FC (or 0xC790FC) is unknown color: approx Wisteria. HEX triplet: C7, 90 and FC. RGB value is (199,144,252). Sum of RGB (Red+Green+Blue) = 199+144+252=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #C790FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C790FC is #386F03. Grayscale: #ACACAC. Windows color (decimal): -3698436 or 16552135. OLE color: 16552135.

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

Color convert

RGB199144252-
CMYK0.210.4300.01
HSL270.56º94.74%77.65%-
HSV(B)270.56º42.86%98.82%-
XYZ51.139.1296.95-
YUV172.76172.72146.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.45%
GREEN value IS 144 (56.64% from 255) = 24.20%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=33.45%
G=24.20%
B=42.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1991442520.210.4300.01270.5694.7477.65
HexC790FC152B0110f5f4e
Octal307220374255301417137116
Binary110001111001000011111100101011010110110000111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C790FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C790FC; }

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

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

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

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

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

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

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

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