#C999DB

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

Shades of Wisteria #C999DB

Tints of Wisteria #C999DB

Color information

#C999DB (or 0xC999DB) is unknown color: approx Wisteria. HEX triplet: C9, 99 and DB. RGB value is (201,153,219). Sum of RGB (Red+Green+Blue) = 201+153+219=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #C999DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999DB is #366624. Grayscale: #AEAEAE. Windows color (decimal): -3565093 or 14391753. OLE color: 14391753.

HSL color Cylindrical-coordinate representation of color #C999DB: hue angle of 283.64º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C999DB is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201153219-
CMYK0.080.3000.14
HSL283.64º47.83%72.94%-
HSV(B)283.64º30.14%85.88%-
XYZ48.2640.3172.26-
YUV174.88152.9146.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.08%
GREEN value IS 153 (60.16% from 255) = 26.70%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=35.08%
G=26.70%
B=38.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011532190.080.3000.14283.6447.8372.94
HexC999DB81E0E11c3049
Octal311231333103601643460111
Binary110010011001100111011011100011110011101000111001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C999DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C999DB; }

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

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

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

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

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

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

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

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