Html Css Color HEX #D337FB Medium Orchid

📋 copy color: '#D337FB'

red 211 ◦ green 55 ◦ blue 251

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

Shades of Medium Orchid #D337FB

Tints of Medium Orchid #D337FB

RGB

 RED value IS 211 (82.81% from 255) = 40.81%

 GREEN value IS 55 (21.88% from 255) = 10.64%

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

R = 40.81%
G = 10.64%
B = 48.55%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D337FB (or 0xD337FB) is known color: Medium Orchid. HEX triplet: D3, 37 and FB. RGB value is (211,55,251). Sum of RGB (Red+Green+Blue) = 211+55+251=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 55 (21.88% from 255 or 10.64% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #D337FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D337FB is #2CC804. Grayscale: #7B7B7B. Windows color (decimal): -2934789 or 16463827. OLE color: 16463827.

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

Color convert

RGB 211 55 251 -
CMYK 0.16 0.78 0 0.02
HSL 287.76º 0.96% 0.6% -
HSV(B) 287.76º 0.78% 0.98% -
XYZ 45.64 23.55 93.41 -
YUV 123.99 199.68 190.06 -
System Red Green Blue C M Y K H S L
Decimal 211 55 251 0.16 0.78 0 0.02 287.76 0.96 0.6
Hex D3 37 FB 10 4E 0 2 120 60 3C
Octal 323 67 373 20 116 0 2 440 140 74
Binary 11010011 110111 11111011 10000 1001110 0 10 100100000 1100000 111100

Color Harmonies of #D337FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D337FB

Black with #D337FB

Text Example


Text Example

White with #D337FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D337FB; }

 p { color: rgb(211,55,251); }

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

background-color css

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

 a { background-color: rgb(211,55,251); }

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

border-color css

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

 span { border-color: rgb(211,55,251); }

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