#D339FD

Color #D339FD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #D339FD

Tints of Medium Orchid #D339FD

Color information

#D339FD (or 0xD339FD) is unknown color: approx 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

RGB21157253-
CMYK0.170.7700.01
HSL287.14º98%60.78%-
HSV(B)287.14º77.47%99.22%-
XYZ46.0623.8795.11-
YUV125.39200.02189.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.50%
GREEN value IS 57 (22.66% from 255) = 10.94%
BLUE value IS 253 (99.22% from 255) = 48.56%
R=40.50%
G=10.94%
B=48.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal211572530.170.7700.01287.149860.78
HexD339FD114D0111f623d
Octal32371375211150143714275
Binary1101001111100111111101100011001101011000111111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D339FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>