Html Css Color HEX #D043D7 Medium Orchid

📋 copy color: '#D043D7'

red 208 ◦ green 67 ◦ blue 215

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

Shades of Medium Orchid #D043D7

Tints of Medium Orchid #D043D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.88%

R = 42.45%
G = 13.67%
B = 43.88%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D043D7 (or 0xD043D7) is known color: Medium Orchid. HEX triplet: D0, 43 and D7. RGB value is (208,67,215). Sum of RGB (Red+Green+Blue) = 208+67+215=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 67 (26.56% from 255 or 13.67% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #D043D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D043D7 is #2FBC28. Grayscale: #7D7D7D. Windows color (decimal): -3128361 or 14107600. OLE color: 14107600.

HSL color Cylindrical-coordinate representation of color #D043D7: hue angle of 297.16º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D043D7 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 67 215 -
CMYK 0.03 0.69 0 0.16
HSL 297.16º 0.65% 0.55% -
HSV(B) 297.16º 0.69% 0.84% -
XYZ 40.29 22.33 66.48 -
YUV 126.03 178.21 186.47 -
System Red Green Blue C M Y K H S L
Decimal 208 67 215 0.03 0.69 0 0.16 297.16 0.65 0.55
Hex D0 43 D7 3 45 0 10 129 41 37
Octal 320 103 327 3 105 0 20 451 101 67
Binary 11010000 1000011 11010111 11 1000101 0 10000 100101001 1000001 110111

Color Harmonies of #D043D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D043D7

Black with #D043D7

Text Example


Text Example

White with #D043D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D043D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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