Html Css Color HEX #D241F9 Medium Orchid

📋 copy color: '#D241F9'

red 210 ◦ green 65 ◦ blue 249

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

Shades of Medium Orchid #D241F9

Tints of Medium Orchid #D241F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.52%

R = 40.08%
G = 12.4%
B = 47.52%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D241F9 (or 0xD241F9) is known color: Medium Orchid. HEX triplet: D2, 41 and F9. RGB value is (210,65,249). Sum of RGB (Red+Green+Blue) = 210+65+249=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 65 (25.78% from 255 or 12.40% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #D241F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D241F9 is #2DBE06. Grayscale: #808080. Windows color (decimal): -2997767 or 16335314. OLE color: 16335314.

HSL color Cylindrical-coordinate representation of color #D241F9: hue angle of 287.28º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D241F9 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 65 249 -
CMYK 0.16 0.74 0 0.02
HSL 287.28º 0.94% 0.62% -
HSV(B) 287.28º 0.74% 0.98% -
XYZ 45.57 24.32 91.92 -
YUV 129.33 195.54 185.54 -
System Red Green Blue C M Y K H S L
Decimal 210 65 249 0.16 0.74 0 0.02 287.28 0.94 0.62
Hex D2 41 F9 10 4A 0 2 11F 5E 3E
Octal 322 101 371 20 112 0 2 437 136 76
Binary 11010010 1000001 11111001 10000 1001010 0 10 100011111 1011110 111110

Color Harmonies of #D241F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D241F9

Black with #D241F9

Text Example


Text Example

White with #D241F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D241F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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