Html Css Color HEX #D241EE Medium Orchid

📋 copy color: '#D241EE'

red 210 ◦ green 65 ◦ blue 238

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

Shades of Medium Orchid #D241EE

Tints of Medium Orchid #D241EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.39%

R = 40.94%
G = 12.67%
B = 46.39%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D241EE (or 0xD241EE) is known color: Medium Orchid. HEX triplet: D2, 41 and EE. RGB value is (210,65,238). Sum of RGB (Red+Green+Blue) = 210+65+238=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #D241EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D241EE is #2DBE11. Grayscale: #7F7F7F. Windows color (decimal): -2997778 or 15614418. OLE color: 15614418.

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

Color convert

RGB 210 65 238 -
CMYK 0.12 0.73 0 0.07
HSL 290.29º 0.84% 0.59% -
HSV(B) 290.29º 0.73% 0.93% -
XYZ 43.9 23.66 83.14 -
YUV 128.08 190.04 186.43 -
System Red Green Blue C M Y K H S L
Decimal 210 65 238 0.12 0.73 0 0.07 290.29 0.84 0.59
Hex D2 41 EE C 49 0 7 122 54 3B
Octal 322 101 356 14 111 0 7 442 124 73
Binary 11010010 1000001 11101110 1100 1001001 0 111 100100010 1010100 111011

Color Harmonies of #D241EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D241EE

Black with #D241EE

Text Example


Text Example

White with #D241EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D241EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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