Html Css Color HEX #D339FD Medium Orchid

📋 copy color: '#D339FD'

red 211 ◦ green 57 ◦ blue 253

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

Shades of Medium Orchid #D339FD

Tints of Medium Orchid #D339FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.56%

R = 40.5%
G = 10.94%
B = 48.56%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D339FD (or 0xD339FD) is known color: Medium Orchid. HEX triplet: D3, 39 and FD. RGB value is (211,57,253). Sum of RGB (Red+Green+Blue) = 211+57+253=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 57 (22.66% from 255 or 10.94% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #D339FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D339FD is #2CC602. Grayscale: #7C7C7C. Windows color (decimal): -2934275 or 16595411. OLE color: 16595411.

HSL color Cylindrical-coordinate representation of color #D339FD: hue angle of 287.14º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D339FD is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 57 253 -
CMYK 0.17 0.77 0 0.01
HSL 287.14º 0.98% 0.61% -
HSV(B) 287.14º 0.77% 0.99% -
XYZ 46.06 23.87 95.11 -
YUV 125.39 200.02 189.06 -
System Red Green Blue C M Y K H S L
Decimal 211 57 253 0.17 0.77 0 0.01 287.14 0.98 0.61
Hex D3 39 FD 11 4D 0 1 11F 62 3D
Octal 323 71 375 21 115 0 1 437 142 75
Binary 11010011 111001 11111101 10001 1001101 0 1 100011111 1100010 111101

Color Harmonies of #D339FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D339FD

Black with #D339FD

Text Example


Text Example

White with #D339FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D339FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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