Html Css Color HEX #D036FB Medium Orchid

📋 copy color: '#D036FB'

red 208 ◦ green 54 ◦ blue 251

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

Shades of Medium Orchid #D036FB

Tints of Medium Orchid #D036FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.93%

R = 40.55%
G = 10.53%
B = 48.93%

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

#D036FB (or 0xD036FB) is known color: Medium Orchid. HEX triplet: D0, 36 and FB. RGB value is (208,54,251). Sum of RGB (Red+Green+Blue) = 208+54+251=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 54 (21.48% from 255 or 10.53% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #D036FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D036FB is #2FC904. Grayscale: #797979. Windows color (decimal): -3131653 or 16463568. OLE color: 16463568.

HSL color Cylindrical-coordinate representation of color #D036FB: hue angle of 286.9º degrees, saturation: 0.96, 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 #D036FB is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 54 251 -
CMYK 0.17 0.78 0 0.02
HSL 286.9º 0.96% 0.6% -
HSV(B) 286.9º 0.78% 0.98% -
XYZ 44.74 23.01 93.35 -
YUV 122.5 200.52 188.98 -
System Red Green Blue C M Y K H S L
Decimal 208 54 251 0.17 0.78 0 0.02 286.9 0.96 0.6
Hex D0 36 FB 11 4E 0 2 11F 60 3C
Octal 320 66 373 21 116 0 2 437 140 74
Binary 11010000 110110 11111011 10001 1001110 0 10 100011111 1100000 111100

Color Harmonies of #D036FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D036FB

Black with #D036FB

Text Example


Text Example

White with #D036FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D036FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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