#C99FDC

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

Shades of Wisteria #C99FDC

Tints of Wisteria #C99FDC

Color information

#C99FDC (or 0xC99FDC) is unknown color: approx Wisteria. HEX triplet: C9, 9F and DC. RGB value is (201,159,220). Sum of RGB (Red+Green+Blue) = 201+159+220=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #C99FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FDC is #366023. Grayscale: #B2B2B2. Windows color (decimal): -3563556 or 14458825. OLE color: 14458825.

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

Color convert

RGB201159220-
CMYK0.090.2800.14
HSL281.31º46.56%74.31%-
HSV(B)281.31º27.73%86.27%-
XYZ49.442.3873.29-
YUV178.51151.41144.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.66%
GREEN value IS 159 (62.5% from 255) = 27.41%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=34.66%
G=27.41%
B=37.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011592200.090.2800.14281.3146.5674.31
HexC99FDC91C0E1192f4a
Octal311237334113401643157112
Binary110010011001111111011100100111100011101000110011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FDC; }

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

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

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

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

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

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

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

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