Html Css Color HEX #D03FDD Medium Orchid

📋 copy color: '#D03FDD'

red 208 ◦ green 63 ◦ blue 221

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

Shades of Medium Orchid #D03FDD

Tints of Medium Orchid #D03FDD

RGB

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

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

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

R = 42.28%
G = 12.8%
B = 44.92%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D03FDD (or 0xD03FDD) is known color: Medium Orchid. HEX triplet: D0, 3F and DD. RGB value is (208,63,221). Sum of RGB (Red+Green+Blue) = 208+63+221=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 63 (25% from 255 or 12.80% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #D03FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FDD is #2FC022. Grayscale: #7B7B7B. Windows color (decimal): -3129379 or 14499792. OLE color: 14499792.

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

Color convert

RGB 208 63 221 -
CMYK 0.06 0.71 0 0.13
HSL 295.06º 0.7% 0.56% -
HSV(B) 295.06º 0.71% 0.87% -
XYZ 40.84 22.19 70.54 -
YUV 124.37 182.54 187.65 -
System Red Green Blue C M Y K H S L
Decimal 208 63 221 0.06 0.71 0 0.13 295.06 0.7 0.56
Hex D0 3F DD 6 47 0 D 127 46 38
Octal 320 77 335 6 107 0 15 447 106 70
Binary 11010000 111111 11011101 110 1000111 0 1101 100100111 1000110 111000

Color Harmonies of #D03FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FDD

Black with #D03FDD

Text Example


Text Example

White with #D03FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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