Html Css Color HEX #D241F1 Medium Orchid

📋 copy color: '#D241F1'

red 210 ◦ green 65 ◦ blue 241

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

Shades of Medium Orchid #D241F1

Tints of Medium Orchid #D241F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.71%

R = 40.7%
G = 12.6%
B = 46.71%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D241F1 (or 0xD241F1) is known color: Medium Orchid. HEX triplet: D2, 41 and F1. RGB value is (210,65,241). Sum of RGB (Red+Green+Blue) = 210+65+241=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 65 (25.78% from 255 or 12.60% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #D241F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D241F1 is #2DBE0E. Grayscale: #7F7F7F. Windows color (decimal): -2997775 or 15811026. OLE color: 15811026.

HSL color Cylindrical-coordinate representation of color #D241F1: hue angle of 289.43º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D241F1 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 65 241 -
CMYK 0.13 0.73 0 0.05
HSL 289.43º 0.86% 0.6% -
HSV(B) 289.43º 0.73% 0.95% -
XYZ 44.35 23.83 85.48 -
YUV 128.42 191.54 186.19 -
System Red Green Blue C M Y K H S L
Decimal 210 65 241 0.13 0.73 0 0.05 289.43 0.86 0.6
Hex D2 41 F1 D 49 0 5 121 56 3C
Octal 322 101 361 15 111 0 5 441 126 74
Binary 11010010 1000001 11110001 1101 1001001 0 101 100100001 1010110 111100

Color Harmonies of #D241F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D241F1

Black with #D241F1

Text Example


Text Example

White with #D241F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D241F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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