Html Css Color HEX #D156ED Medium Orchid

📋 copy color: '#D156ED'

red 209 ◦ green 86 ◦ blue 237

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

Shades of Medium Orchid #D156ED

Tints of Medium Orchid #D156ED

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.17%

 BLUE value IS 237 (92.97% from 255) = 44.55%

R = 39.29%
G = 16.17%
B = 44.55%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D156ED (or 0xD156ED) is known color: Medium Orchid. HEX triplet: D1, 56 and ED. RGB value is (209,86,237). Sum of RGB (Red+Green+Blue) = 209+86+237=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 86 (33.98% from 255 or 16.17% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #D156ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D156ED is #2EA912. Grayscale: #8B8B8B. Windows color (decimal): -3057939 or 15554257. OLE color: 15554257.

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

Color convert

RGB 209 86 237 -
CMYK 0.12 0.64 0 0.07
HSL 288.87º 0.81% 0.63% -
HSV(B) 288.87º 0.64% 0.93% -
XYZ 44.91 26.33 82.84 -
YUV 139.99 182.75 177.22 -
System Red Green Blue C M Y K H S L
Decimal 209 86 237 0.12 0.64 0 0.07 288.87 0.81 0.63
Hex D1 56 ED C 40 0 7 121 51 3F
Octal 321 126 355 14 100 0 7 441 121 77
Binary 11010001 1010110 11101101 1100 1000000 0 111 100100001 1010001 111111

Color Harmonies of #D156ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D156ED

Black with #D156ED

Text Example


Text Example

White with #D156ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D156ED; }

 p { color: rgb(209,86,237); }

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

background-color css

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

 a { background-color: rgb(209,86,237); }

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

border-color css

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

 span { border-color: rgb(209,86,237); }

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