Html Css Color HEX #D03ADD Medium Orchid

📋 copy color: '#D03ADD'

red 208 ◦ green 58 ◦ blue 221

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

Shades of Medium Orchid #D03ADD

Tints of Medium Orchid #D03ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 42.71%
G = 11.91%
B = 45.38%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D03ADD (or 0xD03ADD) is known color: Medium Orchid. HEX triplet: D0, 3A and DD. RGB value is (208,58,221). Sum of RGB (Red+Green+Blue) = 208+58+221=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 58 (23.05% from 255 or 11.91% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #D03ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03ADD is #2FC522. Grayscale: #787878. Windows color (decimal): -3130659 or 14498512. OLE color: 14498512.

HSL color Cylindrical-coordinate representation of color #D03ADD: hue angle of 295.21º degrees, saturation: 0.71, 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 #D03ADD is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 58 221 -
CMYK 0.06 0.74 0 0.13
HSL 295.21º 0.71% 0.55% -
HSV(B) 295.21º 0.74% 0.87% -
XYZ 40.58 21.66 70.45 -
YUV 121.43 184.2 189.75 -
System Red Green Blue C M Y K H S L
Decimal 208 58 221 0.06 0.74 0 0.13 295.21 0.71 0.55
Hex D0 3A DD 6 4A 0 D 127 47 37
Octal 320 72 335 6 112 0 15 447 107 67
Binary 11010000 111010 11011101 110 1001010 0 1101 100100111 1000111 110111

Color Harmonies of #D03ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03ADD

Black with #D03ADD

Text Example


Text Example

White with #D03ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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