Html Css Color HEX #D041FB Medium Orchid

📋 copy color: '#D041FB'

red 208 ◦ green 65 ◦ blue 251

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

Shades of Medium Orchid #D041FB

Tints of Medium Orchid #D041FB

RGB

 RED value IS 208 (81.64% from 255) = 39.69%

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

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

R = 39.69%
G = 12.4%
B = 47.9%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D041FB (or 0xD041FB) is known color: Medium Orchid. HEX triplet: D0, 41 and FB. RGB value is (208,65,251). Sum of RGB (Red+Green+Blue) = 208+65+251=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 65 (25.78% from 255 or 12.40% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #D041FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D041FB is #2FBE04. Grayscale: #808080. Windows color (decimal): -3128837 or 16466384. OLE color: 16466384.

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

Color convert

RGB 208 65 251 -
CMYK 0.17 0.74 0 0.02
HSL 286.13º 0.96% 0.62% -
HSV(B) 286.13º 0.74% 0.98% -
XYZ 45.32 24.16 93.54 -
YUV 128.96 196.88 184.38 -
System Red Green Blue C M Y K H S L
Decimal 208 65 251 0.17 0.74 0 0.02 286.13 0.96 0.62
Hex D0 41 FB 11 4A 0 2 11E 60 3E
Octal 320 101 373 21 112 0 2 436 140 76
Binary 11010000 1000001 11111011 10001 1001010 0 10 100011110 1100000 111110

Color Harmonies of #D041FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D041FB

Black with #D041FB

Text Example


Text Example

White with #D041FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D041FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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