#C989ED

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

Shades of Wisteria #C989ED

Tints of Wisteria #C989ED

Color information

#C989ED (or 0xC989ED) is unknown color: approx Wisteria. HEX triplet: C9, 89 and ED. RGB value is (201,137,237). Sum of RGB (Red+Green+Blue) = 201+137+237=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #C989ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C989ED is #367612. Grayscale: #A7A7A7. Windows color (decimal): -3569171 or 15567305. OLE color: 15567305.

HSL color Cylindrical-coordinate representation of color #C989ED: hue angle of 278.4º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C989ED is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201137237-
CMYK0.150.4200.07
HSL278.4º73.53%73.33%-
HSV(B)278.4º42.19%92.94%-
XYZ48.3236.4284.6-
YUV167.54167.2151.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.96%
GREEN value IS 137 (53.91% from 255) = 23.83%
BLUE value IS 237 (92.97% from 255) = 41.22%
R=34.96%
G=23.83%
B=41.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011372370.150.4200.07278.473.5373.33
HexC989EDF2A071164a49
Octal311211355175207426112111
Binary1100100110001001111011011111101010011110001011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C989ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C989ED; }

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

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

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

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

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

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

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

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