#C991FC

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

Shades of Wisteria #C991FC

Tints of Wisteria #C991FC

Color information

#C991FC (or 0xC991FC) is unknown color: approx Wisteria. HEX triplet: C9, 91 and FC. RGB value is (201,145,252). Sum of RGB (Red+Green+Blue) = 201+145+252=598 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.61% from 598); Green value is 145 (57.03% from 255 or 24.25% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #C991FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C991FC is #366E03. Grayscale: #ADADAD. Windows color (decimal): -3567108 or 16552393. OLE color: 16552393.

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

Color convert

RGB201145252-
CMYK0.200.4200.01
HSL271.4º94.69%77.84%-
HSV(B)271.4º42.46%98.82%-
XYZ51.7839.797.03-
YUV173.94172.05147.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.61%
GREEN value IS 145 (57.03% from 255) = 24.25%
BLUE value IS 252 (98.83% from 255) = 42.14%
R=33.61%
G=24.25%
B=42.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011452520.200.4200.01271.494.6977.84
HexC991FC142A0110f5f4e
Octal311221374245201417137116
Binary110010011001000111111100101001010100110000111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C991FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C991FC; }

 p { color: rgb(201,145,252); }

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

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

 a { background-color: rgb(201,145,252); }

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

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

 span { border-color: rgb(201,145,252); }

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