Html Css Color HEX #D042DF Medium Orchid

📋 copy color: '#D042DF'

red 208 ◦ green 66 ◦ blue 223

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

Shades of Medium Orchid #D042DF

Tints of Medium Orchid #D042DF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.28%

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 41.85%
G = 13.28%
B = 44.87%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D042DF (or 0xD042DF) is known color: Medium Orchid. HEX triplet: D0, 42 and DF. RGB value is (208,66,223). Sum of RGB (Red+Green+Blue) = 208+66+223=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #D042DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D042DF is #2FBD20. Grayscale: #7D7D7D. Windows color (decimal): -3128609 or 14631632. OLE color: 14631632.

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

Color convert

RGB 208 66 223 -
CMYK 0.07 0.70 0 0.13
HSL 294.27º 0.71% 0.57% -
HSV(B) 294.27º 0.7% 0.87% -
XYZ 41.28 22.63 72.01 -
YUV 126.36 182.54 186.23 -
System Red Green Blue C M Y K H S L
Decimal 208 66 223 0.07 0.70 0 0.13 294.27 0.71 0.57
Hex D0 42 DF 7 46 0 D 126 47 39
Octal 320 102 337 7 106 0 15 446 107 71
Binary 11010000 1000010 11011111 111 1000110 0 1101 100100110 1000111 111001

Color Harmonies of #D042DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D042DF

Black with #D042DF

Text Example


Text Example

White with #D042DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D042DF; }

 p { color: rgb(208,66,223); }

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

background-color css

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

 a { background-color: rgb(208,66,223); }

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

border-color css

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

 span { border-color: rgb(208,66,223); }

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