Html Css Color HEX #D13FFA Medium Orchid

📋 copy color: '#D13FFA'

red 209 ◦ green 63 ◦ blue 250

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

Shades of Medium Orchid #D13FFA

Tints of Medium Orchid #D13FFA

RGB

 RED value IS 209 (82.03% from 255) = 40.04%

 GREEN value IS 63 (25% from 255) = 12.07%

 BLUE value IS 250 (98.05% from 255) = 47.89%

R = 40.04%
G = 12.07%
B = 47.89%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D13FFA (or 0xD13FFA) is known color: Medium Orchid. HEX triplet: D1, 3F and FA. RGB value is (209,63,250). Sum of RGB (Red+Green+Blue) = 209+63+250=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 63 (25% from 255 or 12.07% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #D13FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13FFA is #2EC005. Grayscale: #7F7F7F. Windows color (decimal): -3063814 or 16400337. OLE color: 16400337.

HSL color Cylindrical-coordinate representation of color #D13FFA: hue angle of 286.84º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13FFA is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 63 250 -
CMYK 0.16 0.75 0 0.02
HSL 286.84º 0.95% 0.61% -
HSV(B) 286.84º 0.75% 0.98% -
XYZ 45.33 24.01 92.69 -
YUV 127.97 196.87 185.79 -
System Red Green Blue C M Y K H S L
Decimal 209 63 250 0.16 0.75 0 0.02 286.84 0.95 0.61
Hex D1 3F FA 10 4B 0 2 11F 5F 3D
Octal 321 77 372 20 113 0 2 437 137 75
Binary 11010001 111111 11111010 10000 1001011 0 10 100011111 1011111 111101

Color Harmonies of #D13FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13FFA

Black with #D13FFA

Text Example


Text Example

White with #D13FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13FFA; }

 p { color: rgb(209,63,250); }

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

background-color css

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

 a { background-color: rgb(209,63,250); }

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

border-color css

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

 span { border-color: rgb(209,63,250); }

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