#C890E7

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

Shades of Wisteria #C890E7

Tints of Wisteria #C890E7

Color information

#C890E7 (or 0xC890E7) is unknown color: approx Wisteria. HEX triplet: C8, 90 and E7. RGB value is (200,144,231). Sum of RGB (Red+Green+Blue) = 200+144+231=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 231 - color contains mainly: blue. Hex color #C890E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C890E7 is #376F18. Grayscale: #AAAAAA. Windows color (decimal): -3632921 or 15175880. OLE color: 15175880.

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

Color convert

RGB200144231-
CMYK0.130.3800.09
HSL278.62º64.44%73.53%-
HSV(B)278.62º37.66%90.59%-
XYZ48.223880.39-
YUV170.66162.05148.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.78%
GREEN value IS 144 (56.64% from 255) = 25.04%
BLUE value IS 231 (90.62% from 255) = 40.17%
R=34.78%
G=25.04%
B=40.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2001442310.130.3800.09278.6264.4473.53
HexC890E7D2609117404a
Octal3102203471546011427100112
Binary11001000100100001110011111011001100100110001011110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C890E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C890E7; }

 p { color: rgb(200,144,231); }

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

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

 a { background-color: rgb(200,144,231); }

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

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

 span { border-color: rgb(200,144,231); }

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