#D151EE

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

Shades of Medium Orchid #D151EE

Tints of Medium Orchid #D151EE

Color information

#D151EE (or 0xD151EE) is unknown color: approx Medium Orchid. HEX triplet: D1, 51 and EE. RGB value is (209,81,238). Sum of RGB (Red+Green+Blue) = 209+81+238=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #D151EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D151EE is #2EAE11. Grayscale: #888888. Windows color (decimal): -3059218 or 15618513. OLE color: 15618513.

HSL color Cylindrical-coordinate representation of color #D151EE: hue angle of 288.92º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D151EE is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20981238-
CMYK0.120.6600.07
HSL288.92º82.2%62.55%-
HSV(B)288.92º65.97%93.33%-
XYZ44.6725.6183.48-
YUV137.17184.91179.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.58%
GREEN value IS 81 (32.03% from 255) = 15.34%
BLUE value IS 238 (93.36% from 255) = 45.08%
R=39.58%
G=15.34%
B=45.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal209812380.120.6600.07288.9282.262.55
HexD151EEC4207121523f
Octal321121356141020744112277
Binary110100011010001111011101100100001001111001000011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D151EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D151EE; }

 p { color: rgb(209,81,238); }

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

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

 a { background-color: rgb(209,81,238); }

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

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

 span { border-color: rgb(209,81,238); }

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