Html Css Color HEX #D037DA Medium Orchid

📋 copy color: '#D037DA'

red 208 ◦ green 55 ◦ blue 218

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

Shades of Medium Orchid #D037DA

Tints of Medium Orchid #D037DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 43.24%
G = 11.43%
B = 45.32%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D037DA (or 0xD037DA) is known color: Medium Orchid. HEX triplet: D0, 37 and DA. RGB value is (208,55,218). Sum of RGB (Red+Green+Blue) = 208+55+218=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 55 (21.88% from 255 or 11.43% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #D037DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D037DA is #2FC825. Grayscale: #767676. Windows color (decimal): -3131430 or 14301136. OLE color: 14301136.

HSL color Cylindrical-coordinate representation of color #D037DA: hue angle of 296.32º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D037DA is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 55 218 -
CMYK 0.05 0.75 0 0.15
HSL 296.32º 0.69% 0.54% -
HSV(B) 296.32º 0.75% 0.85% -
XYZ 40.03 21.2 68.31 -
YUV 119.33 183.69 191.25 -
System Red Green Blue C M Y K H S L
Decimal 208 55 218 0.05 0.75 0 0.15 296.32 0.69 0.54
Hex D0 37 DA 5 4B 0 F 128 45 36
Octal 320 67 332 5 113 0 17 450 105 66
Binary 11010000 110111 11011010 101 1001011 0 1111 100101000 1000101 110110

Color Harmonies of #D037DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D037DA

Black with #D037DA

Text Example


Text Example

White with #D037DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D037DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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