#C989DD

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

Shades of Wisteria #C989DD

Tints of Wisteria #C989DD

Color information

#C989DD (or 0xC989DD) is unknown color: approx Wisteria. HEX triplet: C9, 89 and DD. RGB value is (201,137,221). Sum of RGB (Red+Green+Blue) = 201+137+221=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #C989DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C989DD is #367622. Grayscale: #A5A5A5. Windows color (decimal): -3569187 or 14518729. OLE color: 14518729.

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

Color convert

RGB201137221-
CMYK0.090.3800.13
HSL285.71º55.26%70.2%-
HSV(B)285.71º38.01%86.67%-
XYZ46.0835.5372.84-
YUV165.71159.2153.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.96%
GREEN value IS 137 (53.91% from 255) = 24.51%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=35.96%
G=24.51%
B=39.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011372210.090.3800.13285.7155.2670.2
HexC989DD9260D11e3746
Octal311211335114601543667106
Binary1100100110001001110111011001100110011011000111101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C989DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C989DD; }

 p { color: rgb(201,137,221); }

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

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

 a { background-color: rgb(201,137,221); }

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

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

 span { border-color: rgb(201,137,221); }

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