Html Css Color HEX #D03ADF Medium Orchid

📋 copy color: '#D03ADF'

red 208 ◦ green 58 ◦ blue 223

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

Shades of Medium Orchid #D03ADF

Tints of Medium Orchid #D03ADF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.86%

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

R = 42.54%
G = 11.86%
B = 45.6%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D03ADF (or 0xD03ADF) is known color: Medium Orchid. HEX triplet: D0, 3A and DF. RGB value is (208,58,223). Sum of RGB (Red+Green+Blue) = 208+58+223=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #D03ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03ADF is #2FC520. Grayscale: #797979. Windows color (decimal): -3130657 or 14629584. OLE color: 14629584.

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

Color convert

RGB 208 58 223 -
CMYK 0.07 0.74 0 0.13
HSL 294.55º 0.72% 0.55% -
HSV(B) 294.55º 0.74% 0.87% -
XYZ 40.84 21.76 71.86 -
YUV 121.66 185.2 189.58 -
System Red Green Blue C M Y K H S L
Decimal 208 58 223 0.07 0.74 0 0.13 294.55 0.72 0.55
Hex D0 3A DF 7 4A 0 D 127 48 37
Octal 320 72 337 7 112 0 15 447 110 67
Binary 11010000 111010 11011111 111 1001010 0 1101 100100111 1001000 110111

Color Harmonies of #D03ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03ADF

Black with #D03ADF

Text Example


Text Example

White with #D03ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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