Html Css Color HEX #D242EF Medium Orchid

📋 copy color: '#D242EF'

red 210 ◦ green 66 ◦ blue 239

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

Shades of Medium Orchid #D242EF

Tints of Medium Orchid #D242EF

RGB

 RED value IS 210 (82.42% from 255) = 40.78%

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

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

R = 40.78%
G = 12.82%
B = 46.41%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D242EF (or 0xD242EF) is known color: Medium Orchid. HEX triplet: D2, 42 and EF. RGB value is (210,66,239). Sum of RGB (Red+Green+Blue) = 210+66+239=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 66 (26.17% from 255 or 12.82% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #D242EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D242EF is #2DBD10. Grayscale: #808080. Windows color (decimal): -2997521 or 15680210. OLE color: 15680210.

HSL color Cylindrical-coordinate representation of color #D242EF: hue angle of 289.94º 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 #D242EF is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 66 239 -
CMYK 0.12 0.72 0 0.06
HSL 289.94º 0.84% 0.6% -
HSV(B) 289.94º 0.72% 0.94% -
XYZ 44.11 23.83 83.94 -
YUV 128.78 190.21 185.93 -
System Red Green Blue C M Y K H S L
Decimal 210 66 239 0.12 0.72 0 0.06 289.94 0.84 0.6
Hex D2 42 EF C 48 0 6 122 54 3C
Octal 322 102 357 14 110 0 6 442 124 74
Binary 11010010 1000010 11101111 1100 1001000 0 110 100100010 1010100 111100

Color Harmonies of #D242EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D242EF

Black with #D242EF

Text Example


Text Example

White with #D242EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D242EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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