#C99DDE

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

Shades of Wisteria #C99DDE

Tints of Wisteria #C99DDE

Color information

#C99DDE (or 0xC99DDE) is unknown color: approx Wisteria. HEX triplet: C9, 9D and DE. RGB value is (201,157,222). Sum of RGB (Red+Green+Blue) = 201+157+222=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #C99DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DDE is #366221. Grayscale: #B1B1B1. Windows color (decimal): -3564066 or 14589385. OLE color: 14589385.

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

Color convert

RGB201157222-
CMYK0.090.2900.13
HSL280.62º49.62%74.31%-
HSV(B)280.62º29.28%87.06%-
XYZ49.3341.8174.58-
YUV177.57153.08144.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.66%
GREEN value IS 157 (61.72% from 255) = 27.07%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=34.66%
G=27.07%
B=38.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011572220.090.2900.13280.6249.6274.31
HexC99DDE91D0D119324a
Octal311235336113501543162112
Binary110010011001110111011110100111101011011000110011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99DDE; }

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

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

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

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

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

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

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

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