Html Css Color HEX #D241F4 Medium Orchid

📋 copy color: '#D241F4'

red 210 ◦ green 65 ◦ blue 244

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

Shades of Medium Orchid #D241F4

Tints of Medium Orchid #D241F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.01%

R = 40.46%
G = 12.52%
B = 47.01%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D241F4 (or 0xD241F4) is known color: Medium Orchid. HEX triplet: D2, 41 and F4. RGB value is (210,65,244). Sum of RGB (Red+Green+Blue) = 210+65+244=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 65 (25.78% from 255 or 12.52% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 244 - color contains mainly: blue. Hex color #D241F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D241F4 is #2DBE0B. Grayscale: #808080. Windows color (decimal): -2997772 or 16007634. OLE color: 16007634.

HSL color Cylindrical-coordinate representation of color #D241F4: hue angle of 288.6º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D241F4 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 65 244 -
CMYK 0.14 0.73 0 0.04
HSL 288.6º 0.89% 0.61% -
HSV(B) 288.6º 0.73% 0.96% -
XYZ 44.8 24.01 87.86 -
YUV 128.76 193.04 185.95 -
System Red Green Blue C M Y K H S L
Decimal 210 65 244 0.14 0.73 0 0.04 288.6 0.89 0.61
Hex D2 41 F4 E 49 0 4 121 59 3D
Octal 322 101 364 16 111 0 4 441 131 75
Binary 11010010 1000001 11110100 1110 1001001 0 100 100100001 1011001 111101

Color Harmonies of #D241F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D241F4

Black with #D241F4

Text Example


Text Example

White with #D241F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D241F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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