Html Css Color HEX #D136F6 Medium Orchid

📋 copy color: '#D136F6'

red 209 ◦ green 54 ◦ blue 246

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

Shades of Medium Orchid #D136F6

Tints of Medium Orchid #D136F6

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.61%

 BLUE value IS 246 (96.48% from 255) = 48.33%

R = 41.06%
G = 10.61%
B = 48.33%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D136F6 (or 0xD136F6) is known color: Medium Orchid. HEX triplet: D1, 36 and F6. RGB value is (209,54,246). Sum of RGB (Red+Green+Blue) = 209+54+246=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 54 (21.48% from 255 or 10.61% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #D136F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D136F6 is #2EC909. Grayscale: #797979. Windows color (decimal): -3066122 or 16135889. OLE color: 16135889.

HSL color Cylindrical-coordinate representation of color #D136F6: hue angle of 288.44º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D136F6 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 54 246 -
CMYK 0.15 0.78 0 0.04
HSL 288.44º 0.91% 0.59% -
HSV(B) 288.44º 0.78% 0.96% -
XYZ 44.25 22.85 89.27 -
YUV 122.23 197.85 189.89 -
System Red Green Blue C M Y K H S L
Decimal 209 54 246 0.15 0.78 0 0.04 288.44 0.91 0.59
Hex D1 36 F6 F 4E 0 4 120 5B 3B
Octal 321 66 366 17 116 0 4 440 133 73
Binary 11010001 110110 11110110 1111 1001110 0 100 100100000 1011011 111011

Color Harmonies of #D136F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D136F6

Black with #D136F6

Text Example


Text Example

White with #D136F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D136F6; }

 p { color: rgb(209,54,246); }

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

background-color css

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

 a { background-color: rgb(209,54,246); }

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

border-color css

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

 span { border-color: rgb(209,54,246); }

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