Html Css Color HEX #D241EF Medium Orchid

📋 copy color: '#D241EF'

red 210 ◦ green 65 ◦ blue 239

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

Shades of Medium Orchid #D241EF

Tints of Medium Orchid #D241EF

RGB

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

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

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

R = 40.86%
G = 12.65%
B = 46.5%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D241EF (or 0xD241EF) is known color: Medium Orchid. HEX triplet: D2, 41 and EF. RGB value is (210,65,239). Sum of RGB (Red+Green+Blue) = 210+65+239=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #D241EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D241EF is #2DBE10. Grayscale: #7F7F7F. Windows color (decimal): -2997777 or 15679954. OLE color: 15679954.

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

Color convert

RGB 210 65 239 -
CMYK 0.12 0.73 0 0.06
HSL 290º 0.84% 0.6% -
HSV(B) 290º 0.73% 0.94% -
XYZ 44.05 23.71 83.92 -
YUV 128.19 190.54 186.35 -
System Red Green Blue C M Y K H S L
Decimal 210 65 239 0.12 0.73 0 0.06 290 0.84 0.6
Hex D2 41 EF C 49 0 6 122 54 3C
Octal 322 101 357 14 111 0 6 442 124 74
Binary 11010010 1000001 11101111 1100 1001001 0 110 100100010 1010100 111100

Color Harmonies of #D241EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D241EF

Black with #D241EF

Text Example


Text Example

White with #D241EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D241EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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