Html Css Color HEX #D038F9 Medium Orchid

📋 copy color: '#D038F9'

red 208 ◦ green 56 ◦ blue 249

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

Shades of Medium Orchid #D038F9

Tints of Medium Orchid #D038F9

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.92%

 BLUE value IS 249 (97.66% from 255) = 48.54%

R = 40.55%
G = 10.92%
B = 48.54%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D038F9 (or 0xD038F9) is known color: Medium Orchid. HEX triplet: D0, 38 and F9. RGB value is (208,56,249). Sum of RGB (Red+Green+Blue) = 208+56+249=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 56 (22.27% from 255 or 10.92% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #D038F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D038F9 is #2FC706. Grayscale: #7A7A7A. Windows color (decimal): -3131143 or 16333008. OLE color: 16333008.

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

Color convert

RGB 208 56 249 -
CMYK 0.16 0.78 0 0.02
HSL 287.25º 0.94% 0.6% -
HSV(B) 287.25º 0.78% 0.98% -
XYZ 44.53 23.08 91.73 -
YUV 123.45 198.86 188.31 -
System Red Green Blue C M Y K H S L
Decimal 208 56 249 0.16 0.78 0 0.02 287.25 0.94 0.6
Hex D0 38 F9 10 4E 0 2 11F 5E 3C
Octal 320 70 371 20 116 0 2 437 136 74
Binary 11010000 111000 11111001 10000 1001110 0 10 100011111 1011110 111100

Color Harmonies of #D038F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038F9

Black with #D038F9

Text Example


Text Example

White with #D038F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038F9; }

 p { color: rgb(208,56,249); }

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

background-color css

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

 a { background-color: rgb(208,56,249); }

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

border-color css

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

 span { border-color: rgb(208,56,249); }

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