#C999DE

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

Shades of Wisteria #C999DE

Tints of Wisteria #C999DE

Color information

#C999DE (or 0xC999DE) is unknown color: approx Wisteria. HEX triplet: C9, 99 and DE. RGB value is (201,153,222). Sum of RGB (Red+Green+Blue) = 201+153+222=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #C999DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999DE is #366621. Grayscale: #AEAEAE. Windows color (decimal): -3565090 or 14588361. OLE color: 14588361.

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

Color convert

RGB201153222-
CMYK0.090.3100.13
HSL281.74º51.11%73.53%-
HSV(B)281.74º31.08%87.06%-
XYZ48.6640.4774.35-
YUV175.22154.4146.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.90%
GREEN value IS 153 (60.16% from 255) = 26.56%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=34.90%
G=26.56%
B=38.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011532220.090.3100.13281.7451.1173.53
HexC999DE91F0D11a334a
Octal311231336113701543263112
Binary110010011001100111011110100111111011011000110101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C999DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C999DE; }

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

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

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

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

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

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

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

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