#C988E0

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

Shades of Wisteria #C988E0

Tints of Wisteria #C988E0

Color information

#C988E0 (or 0xC988E0) is unknown color: approx Wisteria. HEX triplet: C9, 88 and E0. RGB value is (201,136,224). Sum of RGB (Red+Green+Blue) = 201+136+224=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 224 - color contains mainly: blue. Hex color #C988E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988E0 is #36771F. Grayscale: #A5A5A5. Windows color (decimal): -3569440 or 14715081. OLE color: 14715081.

HSL color Cylindrical-coordinate representation of color #C988E0: hue angle of 284.32º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C988E0 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB201136224-
CMYK0.100.3900.12
HSL284.32º58.67%70.59%-
HSV(B)284.32º39.29%87.84%-
XYZ46.3535.4174.91-
YUV165.47161.03153.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.83%
GREEN value IS 136 (53.52% from 255) = 24.24%
BLUE value IS 224 (87.89% from 255) = 39.93%
R=35.83%
G=24.24%
B=39.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2011362240.100.3900.12284.3258.6770.59
HexC988E0A270C11c3b47
Octal311210340124701443473107
Binary1100100110001000111000001010100111011001000111001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C988E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C988E0; }

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

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

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

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

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

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

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

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