#C99BDB

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

Shades of Wisteria #C99BDB

Tints of Wisteria #C99BDB

Color information

#C99BDB (or 0xC99BDB) is unknown color: approx Wisteria. HEX triplet: C9, 9B and DB. RGB value is (201,155,219). Sum of RGB (Red+Green+Blue) = 201+155+219=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #C99BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BDB is #366424. Grayscale: #AFAFAF. Windows color (decimal): -3564581 or 14392265. OLE color: 14392265.

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

Color convert

RGB201155219-
CMYK0.080.2900.14
HSL283.12º47.06%73.33%-
HSV(B)283.12º29.22%85.88%-
XYZ48.5940.9772.37-
YUV176.05152.24145.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.96%
GREEN value IS 155 (60.94% from 255) = 26.96%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=34.96%
G=26.96%
B=38.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011552190.080.2900.14283.1247.0673.33
HexC99BDB81D0E11b2f49
Octal311233333103501643357111
Binary110010011001101111011011100011101011101000110111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99BDB; }

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

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

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

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

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

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

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

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