Html Css Color HEX #D036F6 Medium Orchid

📋 copy color: '#D036F6'

red 208 ◦ green 54 ◦ blue 246

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

Shades of Medium Orchid #D036F6

Tints of Medium Orchid #D036F6

RGB

 RED value IS 208 (81.64% from 255) = 40.94%

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

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

R = 40.94%
G = 10.63%
B = 48.43%

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

#D036F6 (or 0xD036F6) is known color: Medium Orchid. HEX triplet: D0, 36 and F6. RGB value is (208,54,246). Sum of RGB (Red+Green+Blue) = 208+54+246=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 54 (21.48% from 255 or 10.63% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #D036F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D036F6 is #2FC909. Grayscale: #797979. Windows color (decimal): -3131658 or 16135888. OLE color: 16135888.

HSL color Cylindrical-coordinate representation of color #D036F6: hue angle of 288.12º 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 #D036F6 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 54 246 -
CMYK 0.15 0.78 0 0.04
HSL 288.13º 0.91% 0.59% -
HSV(B) 288.13º 0.78% 0.96% -
XYZ 43.97 22.7 89.25 -
YUV 121.93 198.02 189.39 -
System Red Green Blue C M Y K H S L
Decimal 208 54 246 0.15 0.78 0 0.04 288.13 0.91 0.59
Hex D0 36 F6 F 4E 0 4 120 5B 3B
Octal 320 66 366 17 116 0 4 440 133 73
Binary 11010000 110110 11110110 1111 1001110 0 100 100100000 1011011 111011

Color Harmonies of #D036F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D036F6

Black with #D036F6

Text Example


Text Example

White with #D036F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D036F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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