Html Css Color HEX #D03BFF Medium Orchid

📋 copy color: '#D03BFF'

red 208 ◦ green 59 ◦ blue 255

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

Shades of Medium Orchid #D03BFF

Tints of Medium Orchid #D03BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.3%

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

R = 39.85%
G = 11.3%
B = 48.85%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D03BFF (or 0xD03BFF) is known color: Medium Orchid. HEX triplet: D0, 3B and FF. RGB value is (208,59,255). Sum of RGB (Red+Green+Blue) = 208+59+255=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 59 (23.44% from 255 or 11.30% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #D03BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03BFF is #2FC400. Grayscale: #7D7D7D. Windows color (decimal): -3130369 or 16726992. OLE color: 16726992.

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

Color convert

RGB 208 59 255 -
CMYK 0.18 0.77 0 0
HSL 285.61º 1% 0.62% -
HSV(B) 285.61º 0.77% 1% -
XYZ 45.63 23.76 96.79 -
YUV 125.9 200.86 186.56 -
System Red Green Blue C M Y K H S L
Decimal 208 59 255 0.18 0.77 0 0 285.61 1 0.62
Hex D0 3B FF 12 4D 0 0 11E 64 3E
Octal 320 73 377 22 115 0 0 436 144 76
Binary 11010000 111011 11111111 10010 1001101 0 0 100011110 1100100 111110

Color Harmonies of #D03BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03BFF

Black with #D03BFF

Text Example


Text Example

White with #D03BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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