Html Css Color HEX #D241FA Medium Orchid

📋 copy color: '#D241FA'

red 210 ◦ green 65 ◦ blue 250

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

Shades of Medium Orchid #D241FA

Tints of Medium Orchid #D241FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 40%
G = 12.38%
B = 47.62%

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

#D241FA (or 0xD241FA) is known color: Medium Orchid. HEX triplet: D2, 41 and FA. RGB value is (210,65,250). Sum of RGB (Red+Green+Blue) = 210+65+250=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 65 (25.78% from 255 or 12.38% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #D241FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D241FA is #2DBE05. Grayscale: #808080. Windows color (decimal): -2997766 or 16400850. OLE color: 16400850.

HSL color Cylindrical-coordinate representation of color #D241FA: hue angle of 287.03º degrees, saturation: 0.95, 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 #D241FA is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 65 250 -
CMYK 0.16 0.74 0 0.02
HSL 287.03º 0.95% 0.62% -
HSV(B) 287.03º 0.74% 0.98% -
XYZ 45.72 24.38 92.74 -
YUV 129.45 196.04 185.46 -
System Red Green Blue C M Y K H S L
Decimal 210 65 250 0.16 0.74 0 0.02 287.03 0.95 0.62
Hex D2 41 FA 10 4A 0 2 11F 5F 3E
Octal 322 101 372 20 112 0 2 437 137 76
Binary 11010010 1000001 11111010 10000 1001010 0 10 100011111 1011111 111110

Color Harmonies of #D241FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D241FA

Black with #D241FA

Text Example


Text Example

White with #D241FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D241FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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