Html Css Color HEX #D157EE Medium Orchid

📋 copy color: '#D157EE'

red 209 ◦ green 87 ◦ blue 238

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

Shades of Medium Orchid #D157EE

Tints of Medium Orchid #D157EE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.29%

 BLUE value IS 238 (93.36% from 255) = 44.57%

R = 39.14%
G = 16.29%
B = 44.57%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D157EE (or 0xD157EE) is known color: Medium Orchid. HEX triplet: D1, 57 and EE. RGB value is (209,87,238). Sum of RGB (Red+Green+Blue) = 209+87+238=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 87 (34.38% from 255 or 16.29% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #D157EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D157EE is #2EA811. Grayscale: #8C8C8C. Windows color (decimal): -3057682 or 15620049. OLE color: 15620049.

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

Color convert

RGB 209 87 238 -
CMYK 0.12 0.63 0 0.07
HSL 288.48º 0.82% 0.64% -
HSV(B) 288.48º 0.63% 0.93% -
XYZ 45.14 26.54 83.63 -
YUV 140.69 182.92 176.72 -
System Red Green Blue C M Y K H S L
Decimal 209 87 238 0.12 0.63 0 0.07 288.48 0.82 0.64
Hex D1 57 EE C 3F 0 7 120 52 40
Octal 321 127 356 14 77 0 7 440 122 100
Binary 11010001 1010111 11101110 1100 111111 0 111 100100000 1010010 1000000

Color Harmonies of #D157EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D157EE

Black with #D157EE

Text Example


Text Example

White with #D157EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D157EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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