Html Css Color HEX #D241EA Medium Orchid

📋 copy color: '#D241EA'

red 210 ◦ green 65 ◦ blue 234

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

Shades of Medium Orchid #D241EA

Tints of Medium Orchid #D241EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 41.26%
G = 12.77%
B = 45.97%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D241EA (or 0xD241EA) is known color: Medium Orchid. HEX triplet: D2, 41 and EA. RGB value is (210,65,234). Sum of RGB (Red+Green+Blue) = 210+65+234=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #D241EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D241EA is #2DBE15. Grayscale: #7F7F7F. Windows color (decimal): -2997782 or 15352274. OLE color: 15352274.

HSL color Cylindrical-coordinate representation of color #D241EA: hue angle of 291.48º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D241EA is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 65 234 -
CMYK 0.10 0.72 0 0.08
HSL 291.48º 0.8% 0.59% -
HSV(B) 291.48º 0.72% 0.92% -
XYZ 43.32 23.42 80.08 -
YUV 127.62 188.04 186.76 -
System Red Green Blue C M Y K H S L
Decimal 210 65 234 0.10 0.72 0 0.08 291.48 0.8 0.59
Hex D2 41 EA A 48 0 8 123 50 3B
Octal 322 101 352 12 110 0 10 443 120 73
Binary 11010010 1000001 11101010 1010 1001000 0 1000 100100011 1010000 111011

Color Harmonies of #D241EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D241EA

Black with #D241EA

Text Example


Text Example

White with #D241EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D241EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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