Html Css Color HEX #D339FB Medium Orchid

📋 copy color: '#D339FB'

red 211 ◦ green 57 ◦ blue 251

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

Shades of Medium Orchid #D339FB

Tints of Medium Orchid #D339FB

RGB

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

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

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

R = 40.66%
G = 10.98%
B = 48.36%

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

#D339FB (or 0xD339FB) is known color: Medium Orchid. HEX triplet: D3, 39 and FB. RGB value is (211,57,251). Sum of RGB (Red+Green+Blue) = 211+57+251=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 57 (22.66% from 255 or 10.98% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #D339FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D339FB is #2CC604. Grayscale: #7C7C7C. Windows color (decimal): -2934277 or 16464339. OLE color: 16464339.

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

Color convert

RGB 211 57 251 -
CMYK 0.16 0.77 0 0.02
HSL 287.63º 0.96% 0.6% -
HSV(B) 287.63º 0.77% 0.98% -
XYZ 45.74 23.74 93.44 -
YUV 125.16 199.02 189.23 -
System Red Green Blue C M Y K H S L
Decimal 211 57 251 0.16 0.77 0 0.02 287.63 0.96 0.6
Hex D3 39 FB 10 4D 0 2 120 60 3C
Octal 323 71 373 20 115 0 2 440 140 74
Binary 11010011 111001 11111011 10000 1001101 0 10 100100000 1100000 111100

Color Harmonies of #D339FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D339FB

Black with #D339FB

Text Example


Text Example

White with #D339FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D339FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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