Html Css Color HEX #D13FFE Medium Orchid

📋 copy color: '#D13FFE'

red 209 ◦ green 63 ◦ blue 254

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

Shades of Medium Orchid #D13FFE

Tints of Medium Orchid #D13FFE

RGB

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

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

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

R = 39.73%
G = 11.98%
B = 48.29%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D13FFE (or 0xD13FFE) is known color: Medium Orchid. HEX triplet: D1, 3F and FE. RGB value is (209,63,254). Sum of RGB (Red+Green+Blue) = 209+63+254=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 63 (25% from 255 or 11.98% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #D13FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13FFE is #2EC001. Grayscale: #7F7F7F. Windows color (decimal): -3063810 or 16662481. OLE color: 16662481.

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

Color convert

RGB 209 63 254 -
CMYK 0.18 0.75 0 0.00
HSL 285.86º 0.99% 0.62% -
HSV(B) 285.86º 0.75% 1% -
XYZ 45.96 24.27 96.03 -
YUV 128.43 198.87 185.47 -
System Red Green Blue C M Y K H S L
Decimal 209 63 254 0.18 0.75 0 0.00 285.86 0.99 0.62
Hex D1 3F FE 12 4B 0 0 11E 63 3E
Octal 321 77 376 22 113 0 0 436 143 76
Binary 11010001 111111 11111110 10010 1001011 0 0 100011110 1100011 111110

Color Harmonies of #D13FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13FFE

Black with #D13FFE

Text Example


Text Example

White with #D13FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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