Html Css Color HEX #D156EC Medium Orchid

📋 copy color: '#D156EC'

red 209 ◦ green 86 ◦ blue 236

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

Shades of Medium Orchid #D156EC

Tints of Medium Orchid #D156EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.44%

R = 39.36%
G = 16.2%
B = 44.44%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D156EC (or 0xD156EC) is known color: Medium Orchid. HEX triplet: D1, 56 and EC. RGB value is (209,86,236). Sum of RGB (Red+Green+Blue) = 209+86+236=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 86 (33.98% from 255 or 16.20% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #D156EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D156EC is #2EA913. Grayscale: #8B8B8B. Windows color (decimal): -3057940 or 15488721. OLE color: 15488721.

HSL color Cylindrical-coordinate representation of color #D156EC: hue angle of 289.2º degrees, saturation: 0.8, 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 #D156EC is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 86 236 -
CMYK 0.11 0.64 0 0.07
HSL 289.2º 0.8% 0.63% -
HSV(B) 289.2º 0.64% 0.93% -
XYZ 44.76 26.27 82.07 -
YUV 139.88 182.25 177.3 -
System Red Green Blue C M Y K H S L
Decimal 209 86 236 0.11 0.64 0 0.07 289.2 0.8 0.63
Hex D1 56 EC B 40 0 7 121 50 3F
Octal 321 126 354 13 100 0 7 441 120 77
Binary 11010001 1010110 11101100 1011 1000000 0 111 100100001 1010000 111111

Color Harmonies of #D156EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D156EC

Black with #D156EC

Text Example


Text Example

White with #D156EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D156EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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