Html Css Color HEX #D03FFF Medium Orchid

📋 copy color: '#D03FFF'

red 208 ◦ green 63 ◦ blue 255

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

Shades of Medium Orchid #D03FFF

Tints of Medium Orchid #D03FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.48%

R = 39.54%
G = 11.98%
B = 48.48%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D03FFF (or 0xD03FFF) is known color: Medium Orchid. HEX triplet: D0, 3F and FF. RGB value is (208,63,255). Sum of RGB (Red+Green+Blue) = 208+63+255=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 63 (25% from 255 or 11.98% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #D03FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03FFF is #2FC000. Grayscale: #7F7F7F. Windows color (decimal): -3129345 or 16728016. OLE color: 16728016.

HSL color Cylindrical-coordinate representation of color #D03FFF: hue angle of 285.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03FFF is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 63 255 -
CMYK 0.18 0.75 0 0
HSL 285.31º 1% 0.62% -
HSV(B) 285.31º 0.75% 1% -
XYZ 45.84 24.18 96.86 -
YUV 128.24 199.54 184.89 -
System Red Green Blue C M Y K H S L
Decimal 208 63 255 0.18 0.75 0 0 285.31 1 0.62
Hex D0 3F FF 12 4B 0 0 11D 64 3E
Octal 320 77 377 22 113 0 0 435 144 76
Binary 11010000 111111 11111111 10010 1001011 0 0 100011101 1100100 111110

Color Harmonies of #D03FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FFF

Black with #D03FFF

Text Example


Text Example

White with #D03FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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