Html Css Color HEX #D241FB Medium Orchid

📋 copy color: '#D241FB'

red 210 ◦ green 65 ◦ blue 251

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

Shades of Medium Orchid #D241FB

Tints of Medium Orchid #D241FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.72%

R = 39.92%
G = 12.36%
B = 47.72%

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

#D241FB (or 0xD241FB) is known color: Medium Orchid. HEX triplet: D2, 41 and FB. RGB value is (210,65,251). Sum of RGB (Red+Green+Blue) = 210+65+251=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 65 (25.78% from 255 or 12.36% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #D241FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D241FB is #2DBE04. Grayscale: #808080. Windows color (decimal): -2997765 or 16466386. OLE color: 16466386.

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

Color convert

RGB 210 65 251 -
CMYK 0.16 0.74 0 0.02
HSL 286.77º 0.96% 0.62% -
HSV(B) 286.77º 0.74% 0.98% -
XYZ 45.88 24.45 93.57 -
YUV 129.56 196.54 185.38 -
System Red Green Blue C M Y K H S L
Decimal 210 65 251 0.16 0.74 0 0.02 286.77 0.96 0.62
Hex D2 41 FB 10 4A 0 2 11F 60 3E
Octal 322 101 373 20 112 0 2 437 140 76
Binary 11010010 1000001 11111011 10000 1001010 0 10 100011111 1100000 111110

Color Harmonies of #D241FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D241FB

Black with #D241FB

Text Example


Text Example

White with #D241FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D241FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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