Html Css Color HEX #D339FA Medium Orchid

📋 copy color: '#D339FA'

red 211 ◦ green 57 ◦ blue 250

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

Shades of Medium Orchid #D339FA

Tints of Medium Orchid #D339FA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11%

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

R = 40.73%
G = 11%
B = 48.26%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D339FA (or 0xD339FA) is known color: Medium Orchid. HEX triplet: D3, 39 and FA. RGB value is (211,57,250). Sum of RGB (Red+Green+Blue) = 211+57+250=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 57 (22.66% from 255 or 11.00% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #D339FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D339FA is #2CC605. Grayscale: #7C7C7C. Windows color (decimal): -2934278 or 16398803. OLE color: 16398803.

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

Color convert

RGB 211 57 250 -
CMYK 0.16 0.77 0 0.02
HSL 287.88º 0.95% 0.6% -
HSV(B) 287.88º 0.77% 0.98% -
XYZ 45.58 23.68 92.61 -
YUV 125.05 198.52 189.31 -
System Red Green Blue C M Y K H S L
Decimal 211 57 250 0.16 0.77 0 0.02 287.88 0.95 0.6
Hex D3 39 FA 10 4D 0 2 120 5F 3C
Octal 323 71 372 20 115 0 2 440 137 74
Binary 11010011 111001 11111010 10000 1001101 0 10 100100000 1011111 111100

Color Harmonies of #D339FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D339FA

Black with #D339FA

Text Example


Text Example

White with #D339FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D339FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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