#C99FDD

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

Shades of Wisteria #C99FDD

Tints of Wisteria #C99FDD

Color information

#C99FDD (or 0xC99FDD) is unknown color: approx Wisteria. HEX triplet: C9, 9F and DD. RGB value is (201,159,221). Sum of RGB (Red+Green+Blue) = 201+159+221=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #C99FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FDD is #366022. Grayscale: #B2B2B2. Windows color (decimal): -3563555 or 14524361. OLE color: 14524361.

HSL color Cylindrical-coordinate representation of color #C99FDD: hue angle of 280.65º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C99FDD is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201159221-
CMYK0.090.2800.13
HSL280.65º47.69%74.51%-
HSV(B)280.65º28.05%86.67%-
XYZ49.5442.4373.99-
YUV178.63151.91143.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.60%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=34.60%
G=27.37%
B=38.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011592210.090.2800.13280.6547.6974.51
HexC99FDD91C0D119304b
Octal311237335113401543160113
Binary110010011001111111011101100111100011011000110011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FDD; }

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

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

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

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

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

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

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

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