Html Css Color HEX #D13DFE Medium Orchid

📋 copy color: '#D13DFE'

red 209 ◦ green 61 ◦ blue 254

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

Shades of Medium Orchid #D13DFE

Tints of Medium Orchid #D13DFE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.64%

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

R = 39.89%
G = 11.64%
B = 48.47%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D13DFE (or 0xD13DFE) is known color: Medium Orchid. HEX triplet: D1, 3D and FE. RGB value is (209,61,254). Sum of RGB (Red+Green+Blue) = 209+61+254=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 61 (24.22% from 255 or 11.64% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #D13DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13DFE is #2EC201. Grayscale: #7E7E7E. Windows color (decimal): -3064322 or 16661969. OLE color: 16661969.

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

Color convert

RGB 209 61 254 -
CMYK 0.18 0.76 0 0.00
HSL 286.01º 0.99% 0.62% -
HSV(B) 286.01º 0.76% 1% -
XYZ 45.85 24.05 95.99 -
YUV 127.25 199.53 186.31 -
System Red Green Blue C M Y K H S L
Decimal 209 61 254 0.18 0.76 0 0.00 286.01 0.99 0.62
Hex D1 3D FE 12 4C 0 0 11E 63 3E
Octal 321 75 376 22 114 0 0 436 143 76
Binary 11010001 111101 11111110 10010 1001100 0 0 100011110 1100011 111110

Color Harmonies of #D13DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13DFE

Black with #D13DFE

Text Example


Text Example

White with #D13DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13DFE; }

 p { color: rgb(209,61,254); }

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

background-color css

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

 a { background-color: rgb(209,61,254); }

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

border-color css

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

 span { border-color: rgb(209,61,254); }

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