Html Css Color HEX #D036FA Medium Orchid

📋 copy color: '#D036FA'

red 208 ◦ green 54 ◦ blue 250

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

Shades of Medium Orchid #D036FA

Tints of Medium Orchid #D036FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 40.63%
G = 10.55%
B = 48.83%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D036FA (or 0xD036FA) is known color: Medium Orchid. HEX triplet: D0, 36 and FA. RGB value is (208,54,250). Sum of RGB (Red+Green+Blue) = 208+54+250=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 54 (21.48% from 255 or 10.55% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #D036FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D036FA is #2FC905. Grayscale: #797979. Windows color (decimal): -3131654 or 16398032. OLE color: 16398032.

HSL color Cylindrical-coordinate representation of color #D036FA: hue angle of 287.14º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D036FA is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 54 250 -
CMYK 0.17 0.78 0 0.02
HSL 287.14º 0.95% 0.6% -
HSV(B) 287.14º 0.78% 0.98% -
XYZ 44.59 22.95 92.52 -
YUV 122.39 200.02 189.06 -
System Red Green Blue C M Y K H S L
Decimal 208 54 250 0.17 0.78 0 0.02 287.14 0.95 0.6
Hex D0 36 FA 11 4E 0 2 11F 5F 3C
Octal 320 66 372 21 116 0 2 437 137 74
Binary 11010000 110110 11111010 10001 1001110 0 10 100011111 1011111 111100

Color Harmonies of #D036FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D036FA

Black with #D036FA

Text Example


Text Example

White with #D036FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D036FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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