#D18FF1

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

Shades of Wisteria #D18FF1

Tints of Wisteria #D18FF1

Color information

#D18FF1 (or 0xD18FF1) is unknown color: approx Wisteria. HEX triplet: D1, 8F and F1. RGB value is (209,143,241). Sum of RGB (Red+Green+Blue) = 209+143+241=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #D18FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18FF1 is #2E700E. Grayscale: #ADADAD. Windows color (decimal): -3043343 or 15830993. OLE color: 15830993.

HSL color Cylindrical-coordinate representation of color #D18FF1: hue angle of 280.41º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D18FF1 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB209143241-
CMYK0.130.4100.05
HSL280.41º77.78%75.29%-
HSV(B)280.41º40.66%94.51%-
XYZ51.9939.5588.11-
YUV173.91165.87153.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.24%
GREEN value IS 143 (56.25% from 255) = 24.11%
BLUE value IS 241 (94.53% from 255) = 40.64%
R=35.24%
G=24.11%
B=40.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2091432410.130.4100.05280.4177.7875.29
HexD18FF1D29051184e4b
Octal321217361155105430116113
Binary1101000110001111111100011101101001010110001100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18FF1; }

 p { color: rgb(209,143,241); }

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

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

 a { background-color: rgb(209,143,241); }

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

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

 span { border-color: rgb(209,143,241); }

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