#C988DE

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

Shades of Wisteria #C988DE

Tints of Wisteria #C988DE

Color information

#C988DE (or 0xC988DE) is unknown color: approx Wisteria. HEX triplet: C9, 88 and DE. RGB value is (201,136,222). Sum of RGB (Red+Green+Blue) = 201+136+222=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #C988DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988DE is #367721. Grayscale: #A4A4A4. Windows color (decimal): -3569442 or 14584009. OLE color: 14584009.

HSL color Cylindrical-coordinate representation of color #C988DE: hue angle of 285.35º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C988DE is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201136222-
CMYK0.090.3900.13
HSL285.35º56.58%70.2%-
HSV(B)285.35º38.74%87.06%-
XYZ46.0835.373.49-
YUV165.24160.03153.51-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.96%
GREEN value IS 136 (53.52% from 255) = 24.33%
BLUE value IS 222 (87.11% from 255) = 39.71%
R=35.96%
G=24.33%
B=39.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011362220.090.3900.13285.3556.5870.2
HexC988DE9270D11d3946
Octal311210336114701543571106
Binary1100100110001000110111101001100111011011000111011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C988DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C988DE; }

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

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

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

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

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

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

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

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