#C988DC

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

Shades of Wisteria #C988DC

Tints of Wisteria #C988DC

Color information

#C988DC (or 0xC988DC) is unknown color: approx Wisteria. HEX triplet: C9, 88 and DC. RGB value is (201,136,220). Sum of RGB (Red+Green+Blue) = 201+136+220=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #C988DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988DC is #367723. Grayscale: #A4A4A4. Windows color (decimal): -3569444 or 14452937. OLE color: 14452937.

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

Color convert

RGB201136220-
CMYK0.090.3800.14
HSL286.43º54.55%69.8%-
HSV(B)286.43º38.18%86.27%-
XYZ45.8135.1972.09-
YUV165.01159.03153.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.09%
GREEN value IS 136 (53.52% from 255) = 24.42%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=36.09%
G=24.42%
B=39.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011362200.090.3800.14286.4354.5569.8
HexC988DC9260E11e3746
Octal311210334114601643667106
Binary1100100110001000110111001001100110011101000111101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C988DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C988DC; }

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

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

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

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

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

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

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

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