Html Css Color HEX #D037FD Medium Orchid

📋 copy color: '#D037FD'

red 208 ◦ green 55 ◦ blue 253

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

Shades of Medium Orchid #D037FD

Tints of Medium Orchid #D037FD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.66%

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 40.31%
G = 10.66%
B = 49.03%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D037FD (or 0xD037FD) is known color: Medium Orchid. HEX triplet: D0, 37 and FD. RGB value is (208,55,253). Sum of RGB (Red+Green+Blue) = 208+55+253=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 55 (21.88% from 255 or 10.66% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #D037FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D037FD is #2FC802. Grayscale: #7A7A7A. Windows color (decimal): -3131395 or 16594896. OLE color: 16594896.

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

Color convert

RGB 208 55 253 -
CMYK 0.18 0.78 0 0.01
HSL 286.36º 0.98% 0.6% -
HSV(B) 286.36º 0.78% 0.99% -
XYZ 45.11 23.23 95.04 -
YUV 123.32 201.19 188.4 -
System Red Green Blue C M Y K H S L
Decimal 208 55 253 0.18 0.78 0 0.01 286.36 0.98 0.6
Hex D0 37 FD 12 4E 0 1 11E 62 3C
Octal 320 67 375 22 116 0 1 436 142 74
Binary 11010000 110111 11111101 10010 1001110 0 1 100011110 1100010 111100

Color Harmonies of #D037FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D037FD

Black with #D037FD

Text Example


Text Example

White with #D037FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D037FD; }

 p { color: rgb(208,55,253); }

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

background-color css

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

 a { background-color: rgb(208,55,253); }

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

border-color css

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

 span { border-color: rgb(208,55,253); }

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