#C890FB

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

Shades of Wisteria #C890FB

Tints of Wisteria #C890FB

Color information

#C890FB (or 0xC890FB) is unknown color: approx Wisteria. HEX triplet: C8, 90 and FB. RGB value is (200,144,251). Sum of RGB (Red+Green+Blue) = 200+144+251=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #C890FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C890FB is #376F04. Grayscale: #ACACAC. Windows color (decimal): -3632901 or 16486600. OLE color: 16486600.

HSL color Cylindrical-coordinate representation of color #C890FB: hue angle of 271.4º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C890FB is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200144251-
CMYK0.200.4300.02
HSL271.4º93.04%77.45%-
HSV(B)271.4º42.63%98.43%-
XYZ51.2139.1996.13-
YUV172.94172.05147.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.61%
GREEN value IS 144 (56.64% from 255) = 24.20%
BLUE value IS 251 (98.44% from 255) = 42.18%
R=33.61%
G=24.20%
B=42.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001442510.200.4300.02271.493.0477.45
HexC890FB142B0210f5d4d
Octal310220373245302417135115
Binary1100100010010000111110111010010101101010000111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C890FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C890FB; }

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

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

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

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

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

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

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

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