#C99CDE

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

Shades of Wisteria #C99CDE

Tints of Wisteria #C99CDE

Color information

#C99CDE (or 0xC99CDE) is unknown color: approx Wisteria. HEX triplet: C9, 9C and DE. RGB value is (201,156,222). Sum of RGB (Red+Green+Blue) = 201+156+222=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #C99CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CDE is #366321. Grayscale: #B0B0B0. Windows color (decimal): -3564322 or 14589129. OLE color: 14589129.

HSL color Cylindrical-coordinate representation of color #C99CDE: hue angle of 280.91º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C99CDE is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201156222-
CMYK0.090.3000.13
HSL280.91º50%74.12%-
HSV(B)280.91º29.73%87.06%-
XYZ49.1641.4774.52-
YUV176.98153.41145.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.72%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=34.72%
G=26.94%
B=38.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011562220.090.3000.13280.915074.12
HexC99CDE91E0D119324a
Octal311234336113601543162112
Binary110010011001110011011110100111110011011000110011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99CDE; }

 p { color: rgb(201,156,222); }

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

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

 a { background-color: rgb(201,156,222); }

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

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

 span { border-color: rgb(201,156,222); }

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