Html Css Color HEX #D043DC Medium Orchid

📋 copy color: '#D043DC'

red 208 ◦ green 67 ◦ blue 220

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

Shades of Medium Orchid #D043DC

Tints of Medium Orchid #D043DC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.54%

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

R = 42.02%
G = 13.54%
B = 44.44%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D043DC (or 0xD043DC) is known color: Medium Orchid. HEX triplet: D0, 43 and DC. RGB value is (208,67,220). Sum of RGB (Red+Green+Blue) = 208+67+220=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 67 (26.56% from 255 or 13.54% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #D043DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D043DC is #2FBC23. Grayscale: #7E7E7E. Windows color (decimal): -3128356 or 14435280. OLE color: 14435280.

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

Color convert

RGB 208 67 220 -
CMYK 0.05 0.70 0 0.14
HSL 295.29º 0.69% 0.56% -
HSV(B) 295.29º 0.7% 0.86% -
XYZ 40.94 22.59 69.91 -
YUV 126.6 180.71 186.06 -
System Red Green Blue C M Y K H S L
Decimal 208 67 220 0.05 0.70 0 0.14 295.29 0.69 0.56
Hex D0 43 DC 5 46 0 E 127 45 38
Octal 320 103 334 5 106 0 16 447 105 70
Binary 11010000 1000011 11011100 101 1000110 0 1110 100100111 1000101 111000

Color Harmonies of #D043DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D043DC

Black with #D043DC

Text Example


Text Example

White with #D043DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D043DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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