Html Css Color HEX #D337FA Medium Orchid

📋 copy color: '#D337FA'

red 211 ◦ green 55 ◦ blue 250

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

Shades of Medium Orchid #D337FA

Tints of Medium Orchid #D337FA

RGB

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

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

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

R = 40.89%
G = 10.66%
B = 48.45%

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

#D337FA (or 0xD337FA) is known color: Medium Orchid. HEX triplet: D3, 37 and FA. RGB value is (211,55,250). Sum of RGB (Red+Green+Blue) = 211+55+250=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 55 (21.88% from 255 or 10.66% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #D337FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D337FA is #2CC805. Grayscale: #7B7B7B. Windows color (decimal): -2934790 or 16398291. OLE color: 16398291.

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

Color convert

RGB 211 55 250 -
CMYK 0.16 0.78 0 0.02
HSL 288º 0.95% 0.6% -
HSV(B) 288º 0.78% 0.98% -
XYZ 45.49 23.48 92.58 -
YUV 123.87 199.18 190.14 -
System Red Green Blue C M Y K H S L
Decimal 211 55 250 0.16 0.78 0 0.02 288 0.95 0.6
Hex D3 37 FA 10 4E 0 2 120 5F 3C
Octal 323 67 372 20 116 0 2 440 137 74
Binary 11010011 110111 11111010 10000 1001110 0 10 100100000 1011111 111100

Color Harmonies of #D337FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D337FA

Black with #D337FA

Text Example


Text Example

White with #D337FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D337FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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