Html Css Color HEX #D241EC Medium Orchid

📋 copy color: '#D241EC'

red 210 ◦ green 65 ◦ blue 236

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

Shades of Medium Orchid #D241EC

Tints of Medium Orchid #D241EC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.72%

 BLUE value IS 236 (92.58% from 255) = 46.18%

R = 41.1%
G = 12.72%
B = 46.18%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D241EC (or 0xD241EC) is known color: Medium Orchid. HEX triplet: D2, 41 and EC. RGB value is (210,65,236). Sum of RGB (Red+Green+Blue) = 210+65+236=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #D241EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D241EC is #2DBE13. Grayscale: #7F7F7F. Windows color (decimal): -2997780 or 15483346. OLE color: 15483346.

HSL color Cylindrical-coordinate representation of color #D241EC: hue angle of 290.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D241EC is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 65 236 -
CMYK 0.11 0.72 0 0.07
HSL 290.88º 0.82% 0.59% -
HSV(B) 290.88º 0.72% 0.93% -
XYZ 43.61 23.54 81.6 -
YUV 127.85 189.04 186.6 -
System Red Green Blue C M Y K H S L
Decimal 210 65 236 0.11 0.72 0 0.07 290.88 0.82 0.59
Hex D2 41 EC B 48 0 7 123 52 3B
Octal 322 101 354 13 110 0 7 443 122 73
Binary 11010010 1000001 11101100 1011 1001000 0 111 100100011 1010010 111011

Color Harmonies of #D241EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D241EC

Black with #D241EC

Text Example


Text Example

White with #D241EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D241EC; }

 p { color: rgb(210,65,236); }

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

background-color css

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

 a { background-color: rgb(210,65,236); }

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

border-color css

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

 span { border-color: rgb(210,65,236); }

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