Html Css Color HEX #D339FC Medium Orchid

📋 copy color: '#D339FC'

red 211 ◦ green 57 ◦ blue 252

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

Shades of Medium Orchid #D339FC

Tints of Medium Orchid #D339FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.46%

R = 40.58%
G = 10.96%
B = 48.46%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D339FC (or 0xD339FC) is known color: Medium Orchid. HEX triplet: D3, 39 and FC. RGB value is (211,57,252). Sum of RGB (Red+Green+Blue) = 211+57+252=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 57 (22.66% from 255 or 10.96% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #D339FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D339FC is #2CC603. Grayscale: #7C7C7C. Windows color (decimal): -2934276 or 16529875. OLE color: 16529875.

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

Color convert

RGB 211 57 252 -
CMYK 0.16 0.77 0 0.01
HSL 287.38º 0.97% 0.61% -
HSV(B) 287.38º 0.77% 0.99% -
XYZ 45.9 23.8 94.27 -
YUV 125.28 199.52 189.14 -
System Red Green Blue C M Y K H S L
Decimal 211 57 252 0.16 0.77 0 0.01 287.38 0.97 0.61
Hex D3 39 FC 10 4D 0 1 11F 61 3D
Octal 323 71 374 20 115 0 1 437 141 75
Binary 11010011 111001 11111100 10000 1001101 0 1 100011111 1100001 111101

Color Harmonies of #D339FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D339FC

Black with #D339FC

Text Example


Text Example

White with #D339FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D339FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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