#C99FDA

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

Shades of Wisteria #C99FDA

Tints of Wisteria #C99FDA

Color information

#C99FDA (or 0xC99FDA) is unknown color: approx Wisteria. HEX triplet: C9, 9F and DA. RGB value is (201,159,218). Sum of RGB (Red+Green+Blue) = 201+159+218=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #C99FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FDA is #366025. Grayscale: #B2B2B2. Windows color (decimal): -3563558 or 14327753. OLE color: 14327753.

HSL color Cylindrical-coordinate representation of color #C99FDA: hue angle of 282.71º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C99FDA is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201159218-
CMYK0.080.2700.15
HSL282.71º44.36%73.92%-
HSV(B)282.71º27.06%85.49%-
XYZ49.1442.2871.9-
YUV178.28150.41144.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.78%
GREEN value IS 159 (62.5% from 255) = 27.51%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=34.78%
G=27.51%
B=37.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011592180.080.2700.15282.7144.3673.92
HexC99FDA81B0F11b2c4a
Octal311237332103301743354112
Binary110010011001111111011010100011011011111000110111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FDA; }

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

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

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

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

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

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

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

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