#C890FE

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

Shades of Wisteria #C890FE

Tints of Wisteria #C890FE

Color information

#C890FE (or 0xC890FE) is unknown color: approx Wisteria. HEX triplet: C8, 90 and FE. RGB value is (200,144,254). Sum of RGB (Red+Green+Blue) = 200+144+254=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #C890FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C890FE is #376F01. Grayscale: #ACACAC. Windows color (decimal): -3632898 or 16683208. OLE color: 16683208.

HSL color Cylindrical-coordinate representation of color #C890FE: hue angle of 270.55º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C890FE is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB200144254-
CMYK0.210.4300.00
HSL270.55º98.21%78.04%-
HSV(B)270.55º43.31%99.61%-
XYZ51.6839.3898.64-
YUV173.28173.55147.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.44%
GREEN value IS 144 (56.64% from 255) = 24.08%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=33.44%
G=24.08%
B=42.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2001442540.210.4300.00270.5598.2178.04
HexC890FE152B0010f624e
Octal310220376255300417142116
Binary110010001001000011111110101011010110010000111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C890FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C890FE; }

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

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

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

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

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

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

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

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