Html Css Color HEX #D03BDD Medium Orchid

📋 copy color: '#D03BDD'

red 208 ◦ green 59 ◦ blue 221

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

Shades of Medium Orchid #D03BDD

Tints of Medium Orchid #D03BDD

RGB

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

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

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

R = 42.62%
G = 12.09%
B = 45.29%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D03BDD (or 0xD03BDD) is known color: Medium Orchid. HEX triplet: D0, 3B and DD. RGB value is (208,59,221). Sum of RGB (Red+Green+Blue) = 208+59+221=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #D03BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03BDD is #2FC422. Grayscale: #797979. Windows color (decimal): -3130403 or 14498768. OLE color: 14498768.

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

Color convert

RGB 208 59 221 -
CMYK 0.06 0.73 0 0.13
HSL 295.19º 0.7% 0.55% -
HSV(B) 295.19º 0.73% 0.87% -
XYZ 40.63 21.76 70.47 -
YUV 122.02 183.86 189.33 -
System Red Green Blue C M Y K H S L
Decimal 208 59 221 0.06 0.73 0 0.13 295.19 0.7 0.55
Hex D0 3B DD 6 49 0 D 127 46 37
Octal 320 73 335 6 111 0 15 447 106 67
Binary 11010000 111011 11011101 110 1001001 0 1101 100100111 1000110 110111

Color Harmonies of #D03BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03BDD

Black with #D03BDD

Text Example


Text Example

White with #D03BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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