Html Css Color HEX #D042EF Medium Orchid

📋 copy color: '#D042EF'

red 208 ◦ green 66 ◦ blue 239

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

Shades of Medium Orchid #D042EF

Tints of Medium Orchid #D042EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.59%

R = 40.55%
G = 12.87%
B = 46.59%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D042EF (or 0xD042EF) is known color: Medium Orchid. HEX triplet: D0, 42 and EF. RGB value is (208,66,239). Sum of RGB (Red+Green+Blue) = 208+66+239=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 66 (26.17% from 255 or 12.87% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #D042EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D042EF is #2FBD10. Grayscale: #7F7F7F. Windows color (decimal): -3128593 or 15680208. OLE color: 15680208.

HSL color Cylindrical-coordinate representation of color #D042EF: hue angle of 289.25º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D042EF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 66 239 -
CMYK 0.13 0.72 0 0.06
HSL 289.25º 0.84% 0.6% -
HSV(B) 289.25º 0.72% 0.94% -
XYZ 43.54 23.54 83.91 -
YUV 128.18 190.54 184.93 -
System Red Green Blue C M Y K H S L
Decimal 208 66 239 0.13 0.72 0 0.06 289.25 0.84 0.6
Hex D0 42 EF D 48 0 6 121 54 3C
Octal 320 102 357 15 110 0 6 441 124 74
Binary 11010000 1000010 11101111 1101 1001000 0 110 100100001 1010100 111100

Color Harmonies of #D042EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D042EF

Black with #D042EF

Text Example


Text Example

White with #D042EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D042EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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