Html Css Color HEX #D03FDF Medium Orchid

📋 copy color: '#D03FDF'

red 208 ◦ green 63 ◦ blue 223

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

Shades of Medium Orchid #D03FDF

Tints of Medium Orchid #D03FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 42.11%
G = 12.75%
B = 45.14%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D03FDF (or 0xD03FDF) is known color: Medium Orchid. HEX triplet: D0, 3F and DF. RGB value is (208,63,223). Sum of RGB (Red+Green+Blue) = 208+63+223=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 63 (25% from 255 or 12.75% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #D03FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FDF is #2FC020. Grayscale: #7C7C7C. Windows color (decimal): -3129377 or 14630864. OLE color: 14630864.

HSL color Cylindrical-coordinate representation of color #D03FDF: hue angle of 294.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03FDF is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 63 223 -
CMYK 0.07 0.72 0 0.13
HSL 294.38º 0.71% 0.56% -
HSV(B) 294.38º 0.72% 0.87% -
XYZ 41.11 22.29 71.95 -
YUV 124.6 183.54 187.49 -
System Red Green Blue C M Y K H S L
Decimal 208 63 223 0.07 0.72 0 0.13 294.38 0.71 0.56
Hex D0 3F DF 7 48 0 D 126 47 38
Octal 320 77 337 7 110 0 15 446 107 70
Binary 11010000 111111 11011111 111 1001000 0 1101 100100110 1000111 111000

Color Harmonies of #D03FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FDF

Black with #D03FDF

Text Example


Text Example

White with #D03FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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