Html Css Color HEX #D18FF1 Wisteria

📋 copy color: '#D18FF1'

red 209 ◦ green 143 ◦ blue 241

#D18FF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #D18FF1

Tints of Wisteria #D18FF1

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 value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D18FF1 (or 0xD18FF1) is known color: 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

RGB 209 143 241 -
CMYK 0.13 0.41 0 0.05
HSL 280.41º 0.78% 0.75% -
HSV(B) 280.41º 0.41% 0.95% -
XYZ 51.99 39.55 88.11 -
YUV 173.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 209 143 241 0.13 0.41 0 0.05 280.41 0.78 0.75
Hex D1 8F F1 D 29 0 5 118 4E 4B
Octal 321 217 361 15 51 0 5 430 116 113
Binary 11010001 10001111 11110001 1101 101001 0 101 100011000 1001110 1001011

Color Harmonies of #D18FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18FF1

Black with #D18FF1

Text Example


Text Example

White with #D18FF1

Text Example


Text Example

HTML Codes & Css Web 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>