Html Css Color HEX #D18EF0 Wisteria

📋 copy color: '#D18EF0'

red 209 ◦ green 142 ◦ blue 240

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

Shades of Wisteria #D18EF0

Tints of Wisteria #D18EF0

RGB

 RED value IS 209 (82.03% from 255) = 35.36%

 GREEN value IS 142 (55.86% from 255) = 24.03%

 BLUE value IS 240 (94.14% from 255) = 40.61%

R = 35.36%
G = 24.03%
B = 40.61%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D18EF0 (or 0xD18EF0) is known color: Wisteria. HEX triplet: D1, 8E and F0. RGB value is (209,142,240). Sum of RGB (Red+Green+Blue) = 209+142+240=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #D18EF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18EF0 is #2E710F. Grayscale: #ACACAC. Windows color (decimal): -3043600 or 15765201. OLE color: 15765201.

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

Color convert

RGB 209 142 240 -
CMYK 0.13 0.41 0 0.06
HSL 281.02º 0.77% 0.75% -
HSV(B) 281.02º 0.41% 0.94% -
XYZ 51.7 39.19 87.28 -
YUV 173.21 165.7 153.53 -
System Red Green Blue C M Y K H S L
Decimal 209 142 240 0.13 0.41 0 0.06 281.02 0.77 0.75
Hex D1 8E F0 D 29 0 6 119 4D 4B
Octal 321 216 360 15 51 0 6 431 115 113
Binary 11010001 10001110 11110000 1101 101001 0 110 100011001 1001101 1001011

Color Harmonies of #D18EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18EF0

Black with #D18EF0

Text Example


Text Example

White with #D18EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18EF0; }

 p { color: rgb(209,142,240); }

 H1.HeaderClassName
 {
   color: #D18EF0;
 }
 .AnyTagClassName
 {
   color: #D18EF0;
 }
</style>

background-color css

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

 a { background-color: rgb(209,142,240); }

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

border-color css

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

 span { border-color: rgb(209,142,240); }

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