#C99FE1

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

Shades of Wisteria #C99FE1

Tints of Wisteria #C99FE1

Color information

#C99FE1 (or 0xC99FE1) is unknown color: approx Wisteria. HEX triplet: C9, 9F and E1. RGB value is (201,159,225). Sum of RGB (Red+Green+Blue) = 201+159+225=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #C99FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FE1 is #36601E. Grayscale: #B2B2B2. Windows color (decimal): -3563551 or 14786505. OLE color: 14786505.

HSL color Cylindrical-coordinate representation of color #C99FE1: hue angle of 278.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C99FE1 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB201159225-
CMYK0.110.2900.12
HSL278.18º52.38%75.29%-
HSV(B)278.18º29.33%88.24%-
XYZ50.0842.6576.83-
YUV179.08153.91143.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.36%
GREEN value IS 159 (62.5% from 255) = 27.18%
BLUE value IS 225 (88.28% from 255) = 38.46%
R=34.36%
G=27.18%
B=38.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2011592250.110.2900.12278.1852.3875.29
HexC99FE1B1D0C116344b
Octal311237341133501442664113
Binary110010011001111111100001101111101011001000101101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FE1; }

 p { color: rgb(201,159,225); }

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

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

 a { background-color: rgb(201,159,225); }

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

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

 span { border-color: rgb(201,159,225); }

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