#C99BDC

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

Shades of Wisteria #C99BDC

Tints of Wisteria #C99BDC

Color information

#C99BDC (or 0xC99BDC) is unknown color: approx Wisteria. HEX triplet: C9, 9B and DC. RGB value is (201,155,220). Sum of RGB (Red+Green+Blue) = 201+155+220=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #C99BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BDC is #366423. Grayscale: #AFAFAF. Windows color (decimal): -3564580 or 14457801. OLE color: 14457801.

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

Color convert

RGB201155220-
CMYK0.090.3000.14
HSL282.46º48.15%73.53%-
HSV(B)282.46º29.55%86.27%-
XYZ48.7341.0373.06-
YUV176.16152.74145.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.90%
GREEN value IS 155 (60.94% from 255) = 26.91%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=34.90%
G=26.91%
B=38.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011552200.090.3000.14282.4648.1573.53
HexC99BDC91E0E11a304a
Octal311233334113601643260112
Binary110010011001101111011100100111110011101000110101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99BDC; }

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

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

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

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

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

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

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

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