Html Css Color HEX #D03FD8 Medium Orchid

📋 copy color: '#D03FD8'

red 208 ◦ green 63 ◦ blue 216

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

Shades of Medium Orchid #D03FD8

Tints of Medium Orchid #D03FD8

RGB

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

 GREEN value IS 63 (25% from 255) = 12.94%

 BLUE value IS 216 (84.77% from 255) = 44.35%

R = 42.71%
G = 12.94%
B = 44.35%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D03FD8 (or 0xD03FD8) is known color: Medium Orchid. HEX triplet: D0, 3F and D8. RGB value is (208,63,216). Sum of RGB (Red+Green+Blue) = 208+63+216=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 63 (25% from 255 or 12.94% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #D03FD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FD8 is #2FC027. Grayscale: #7B7B7B. Windows color (decimal): -3129384 or 14172112. OLE color: 14172112.

HSL color Cylindrical-coordinate representation of color #D03FD8: hue angle of 296.86º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03FD8 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 63 216 -
CMYK 0.04 0.71 0 0.15
HSL 296.86º 0.66% 0.55% -
HSV(B) 296.86º 0.71% 0.85% -
XYZ 40.18 21.92 67.08 -
YUV 123.8 180.04 188.06 -
System Red Green Blue C M Y K H S L
Decimal 208 63 216 0.04 0.71 0 0.15 296.86 0.66 0.55
Hex D0 3F D8 4 47 0 F 129 42 37
Octal 320 77 330 4 107 0 17 451 102 67
Binary 11010000 111111 11011000 100 1000111 0 1111 100101001 1000010 110111

Color Harmonies of #D03FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FD8

Black with #D03FD8

Text Example


Text Example

White with #D03FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FD8; }

 p { color: rgb(208,63,216); }

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

background-color css

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

 a { background-color: rgb(208,63,216); }

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

border-color css

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

 span { border-color: rgb(208,63,216); }

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