Html Css Color HEX #D038F6 Medium Orchid

📋 copy color: '#D038F6'

red 208 ◦ green 56 ◦ blue 246

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

Shades of Medium Orchid #D038F6

Tints of Medium Orchid #D038F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.24%

R = 40.78%
G = 10.98%
B = 48.24%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D038F6 (or 0xD038F6) is known color: Medium Orchid. HEX triplet: D0, 38 and F6. RGB value is (208,56,246). Sum of RGB (Red+Green+Blue) = 208+56+246=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 56 (22.27% from 255 or 10.98% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #D038F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D038F6 is #2FC709. Grayscale: #7A7A7A. Windows color (decimal): -3131146 or 16136400. OLE color: 16136400.

HSL color Cylindrical-coordinate representation of color #D038F6: hue angle of 288º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D038F6 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 56 246 -
CMYK 0.15 0.77 0 0.04
HSL 288º 0.91% 0.59% -
HSV(B) 288º 0.77% 0.96% -
XYZ 44.06 22.89 89.29 -
YUV 123.11 197.36 188.55 -
System Red Green Blue C M Y K H S L
Decimal 208 56 246 0.15 0.77 0 0.04 288 0.91 0.59
Hex D0 38 F6 F 4D 0 4 120 5B 3B
Octal 320 70 366 17 115 0 4 440 133 73
Binary 11010000 111000 11110110 1111 1001101 0 100 100100000 1011011 111011

Color Harmonies of #D038F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038F6

Black with #D038F6

Text Example


Text Example

White with #D038F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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