#C999F3

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

Shades of Wisteria #C999F3

Tints of Wisteria #C999F3

Color information

#C999F3 (or 0xC999F3) is unknown color: approx Wisteria. HEX triplet: C9, 99 and F3. RGB value is (201,153,243). Sum of RGB (Red+Green+Blue) = 201+153+243=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #C999F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C999F3 is #36660C. Grayscale: #B1B1B1. Windows color (decimal): -3565069 or 15964617. OLE color: 15964617.

HSL color Cylindrical-coordinate representation of color #C999F3: hue angle of 272º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C999F3 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201153243-
CMYK0.170.3700.05
HSL272º78.95%77.65%-
HSV(B)272º37.04%95.29%-
XYZ51.6641.6790.11-
YUV177.61164.9144.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.67%
GREEN value IS 153 (60.16% from 255) = 25.63%
BLUE value IS 243 (95.31% from 255) = 40.70%
R=33.67%
G=25.63%
B=40.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011532430.170.3700.0527278.9577.65
HexC999F31125051104f4e
Octal311231363214505420117116
Binary11001001100110011111001110001100101010110001000010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C999F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C999F3; }

 p { color: rgb(201,153,243); }

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

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

 a { background-color: rgb(201,153,243); }

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

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

 span { border-color: rgb(201,153,243); }

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