Html Css Color HEX #D036FC Medium Orchid

📋 copy color: '#D036FC'

red 208 ◦ green 54 ◦ blue 252

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

Shades of Medium Orchid #D036FC

Tints of Medium Orchid #D036FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.03%

R = 40.47%
G = 10.51%
B = 49.03%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D036FC (or 0xD036FC) is known color: Medium Orchid. HEX triplet: D0, 36 and FC. RGB value is (208,54,252). Sum of RGB (Red+Green+Blue) = 208+54+252=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 54 (21.48% from 255 or 10.51% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #D036FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D036FC is #2FC903. Grayscale: #797979. Windows color (decimal): -3131652 or 16529104. OLE color: 16529104.

HSL color Cylindrical-coordinate representation of color #D036FC: hue angle of 286.67º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D036FC is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 54 252 -
CMYK 0.17 0.79 0 0.01
HSL 286.67º 0.97% 0.6% -
HSV(B) 286.67º 0.79% 0.99% -
XYZ 44.9 23.08 94.18 -
YUV 122.62 201.02 188.9 -
System Red Green Blue C M Y K H S L
Decimal 208 54 252 0.17 0.79 0 0.01 286.67 0.97 0.6
Hex D0 36 FC 11 4F 0 1 11F 61 3C
Octal 320 66 374 21 117 0 1 437 141 74
Binary 11010000 110110 11111100 10001 1001111 0 1 100011111 1100001 111100

Color Harmonies of #D036FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D036FC

Black with #D036FC

Text Example


Text Example

White with #D036FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D036FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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