Html Css Color HEX #D03BDC Medium Orchid

📋 copy color: '#D03BDC'

red 208 ◦ green 59 ◦ blue 220

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

Shades of Medium Orchid #D03BDC

Tints of Medium Orchid #D03BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 42.71%
G = 12.11%
B = 45.17%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D03BDC (or 0xD03BDC) is known color: Medium Orchid. HEX triplet: D0, 3B and DC. RGB value is (208,59,220). Sum of RGB (Red+Green+Blue) = 208+59+220=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 59 (23.44% from 255 or 12.11% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #D03BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03BDC is #2FC423. Grayscale: #797979. Windows color (decimal): -3130404 or 14433232. OLE color: 14433232.

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

Color convert

RGB 208 59 220 -
CMYK 0.05 0.73 0 0.14
HSL 295.53º 0.7% 0.55% -
HSV(B) 295.53º 0.73% 0.86% -
XYZ 40.49 21.71 69.77 -
YUV 121.91 183.36 189.41 -
System Red Green Blue C M Y K H S L
Decimal 208 59 220 0.05 0.73 0 0.14 295.53 0.7 0.55
Hex D0 3B DC 5 49 0 E 128 46 37
Octal 320 73 334 5 111 0 16 450 106 67
Binary 11010000 111011 11011100 101 1001001 0 1110 100101000 1000110 110111

Color Harmonies of #D03BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03BDC

Black with #D03BDC

Text Example


Text Example

White with #D03BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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