Html Css Color HEX #D241EB Medium Orchid

📋 copy color: '#D241EB'

red 210 ◦ green 65 ◦ blue 235

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

Shades of Medium Orchid #D241EB

Tints of Medium Orchid #D241EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.08%

R = 41.18%
G = 12.75%
B = 46.08%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D241EB (or 0xD241EB) is known color: Medium Orchid. HEX triplet: D2, 41 and EB. RGB value is (210,65,235). Sum of RGB (Red+Green+Blue) = 210+65+235=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #D241EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D241EB is #2DBE14. Grayscale: #7F7F7F. Windows color (decimal): -2997781 or 15417810. OLE color: 15417810.

HSL color Cylindrical-coordinate representation of color #D241EB: hue angle of 291.18º degrees, saturation: 0.81, 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 #D241EB is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 65 235 -
CMYK 0.11 0.72 0 0.08
HSL 291.18º 0.81% 0.59% -
HSV(B) 291.18º 0.72% 0.92% -
XYZ 43.46 23.48 80.84 -
YUV 127.74 188.54 186.68 -
System Red Green Blue C M Y K H S L
Decimal 210 65 235 0.11 0.72 0 0.08 291.18 0.81 0.59
Hex D2 41 EB B 48 0 8 123 51 3B
Octal 322 101 353 13 110 0 10 443 121 73
Binary 11010010 1000001 11101011 1011 1001000 0 1000 100100011 1010001 111011

Color Harmonies of #D241EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D241EB

Black with #D241EB

Text Example


Text Example

White with #D241EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D241EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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