#D157E8

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

Shades of Medium Orchid #D157E8

Tints of Medium Orchid #D157E8

Color information

#D157E8 (or 0xD157E8) is unknown color: approx Medium Orchid. HEX triplet: D1, 57 and E8. RGB value is (209,87,232). Sum of RGB (Red+Green+Blue) = 209+87+232=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 87 (34.38% from 255 or 16.48% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #D157E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D157E8 is #2EA817. Grayscale: #8B8B8B. Windows color (decimal): -3057688 or 15226833. OLE color: 15226833.

HSL color Cylindrical-coordinate representation of color #D157E8: hue angle of 290.48º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D157E8 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20987232-
CMYK0.100.6200.09
HSL290.48º75.92%62.55%-
HSV(B)290.48º62.5%90.98%-
XYZ44.2726.279.07-
YUV140.01179.92177.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.58%
GREEN value IS 87 (34.38% from 255) = 16.48%
BLUE value IS 232 (91.02% from 255) = 43.94%
R=39.58%
G=16.48%
B=43.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal209872320.100.6200.09290.4875.9262.55
HexD157E8A3E091224c3f
Octal321127350127601144211477
Binary110100011010111111010001010111110010011001000101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D157E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D157E8; }

 p { color: rgb(209,87,232); }

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

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

 a { background-color: rgb(209,87,232); }

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

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

 span { border-color: rgb(209,87,232); }

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