#C989DE

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

Shades of Wisteria #C989DE

Tints of Wisteria #C989DE

Color information

#C989DE (or 0xC989DE) is unknown color: approx Wisteria. HEX triplet: C9, 89 and DE. RGB value is (201,137,222). Sum of RGB (Red+Green+Blue) = 201+137+222=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #C989DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C989DE is #367621. Grayscale: #A5A5A5. Windows color (decimal): -3569186 or 14584265. OLE color: 14584265.

HSL color Cylindrical-coordinate representation of color #C989DE: hue angle of 285.18º degrees, saturation: 0.56, 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 #C989DE is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201137222-
CMYK0.090.3800.13
HSL285.18º56.29%70.39%-
HSV(B)285.18º38.29%87.06%-
XYZ46.2235.5873.54-
YUV165.83159.7153.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.89%
GREEN value IS 137 (53.91% from 255) = 24.46%
BLUE value IS 222 (87.11% from 255) = 39.64%
R=35.89%
G=24.46%
B=39.64%

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
Decimal2011372220.090.3800.13285.1856.2970.39
HexC989DE9260D11d3846
Octal311211336114601543570106
Binary1100100110001001110111101001100110011011000111011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C989DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C989DE; }

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

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

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

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

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

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

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

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