#C989EA

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

Shades of Wisteria #C989EA

Tints of Wisteria #C989EA

Color information

#C989EA (or 0xC989EA) is unknown color: approx Wisteria. HEX triplet: C9, 89 and EA. RGB value is (201,137,234). Sum of RGB (Red+Green+Blue) = 201+137+234=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #C989EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C989EA is #367615. Grayscale: #A6A6A6. Windows color (decimal): -3569174 or 15370697. OLE color: 15370697.

HSL color Cylindrical-coordinate representation of color #C989EA: hue angle of 279.59º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C989EA is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201137234-
CMYK0.140.4100.08
HSL279.59º69.78%72.75%-
HSV(B)279.59º41.45%91.76%-
XYZ47.8836.2582.31-
YUV167.19165.7152.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.14%
GREEN value IS 137 (53.91% from 255) = 23.95%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=35.14%
G=23.95%
B=40.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011372340.140.4100.08279.5969.7872.75
HexC989EAE29081184649
Octal3112113521651010430106111
Binary11001001100010011110101011101010010100010001100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C989EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C989EA; }

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

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

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

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

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

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

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

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