Html Css Color HEX #D339FE Medium Orchid

📋 copy color: '#D339FE'

red 211 ◦ green 57 ◦ blue 254

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

Shades of Medium Orchid #D339FE

Tints of Medium Orchid #D339FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.66%

R = 40.42%
G = 10.92%
B = 48.66%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D339FE (or 0xD339FE) is known color: Medium Orchid. HEX triplet: D3, 39 and FE. RGB value is (211,57,254). Sum of RGB (Red+Green+Blue) = 211+57+254=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 57 (22.66% from 255 or 10.92% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #D339FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D339FE is #2CC601. Grayscale: #7C7C7C. Windows color (decimal): -2934274 or 16660947. OLE color: 16660947.

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

Color convert

RGB 211 57 254 -
CMYK 0.17 0.78 0 0.00
HSL 286.9º 0.99% 0.61% -
HSV(B) 286.9º 0.78% 1% -
XYZ 46.22 23.93 95.95 -
YUV 125.5 200.52 188.98 -
System Red Green Blue C M Y K H S L
Decimal 211 57 254 0.17 0.78 0 0.00 286.9 0.99 0.61
Hex D3 39 FE 11 4E 0 0 11F 63 3D
Octal 323 71 376 21 116 0 0 437 143 75
Binary 11010011 111001 11111110 10001 1001110 0 0 100011111 1100011 111101

Color Harmonies of #D339FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D339FE

Black with #D339FE

Text Example


Text Example

White with #D339FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D339FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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