Html Css Color HEX #D13FFC Medium Orchid

📋 copy color: '#D13FFC'

red 209 ◦ green 63 ◦ blue 252

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

Shades of Medium Orchid #D13FFC

Tints of Medium Orchid #D13FFC

RGB

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

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

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

R = 39.89%
G = 12.02%
B = 48.09%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D13FFC (or 0xD13FFC) is known color: Medium Orchid. HEX triplet: D1, 3F and FC. RGB value is (209,63,252). Sum of RGB (Red+Green+Blue) = 209+63+252=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 63 (25% from 255 or 12.02% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #D13FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13FFC is #2EC003. Grayscale: #7F7F7F. Windows color (decimal): -3063812 or 16531409. OLE color: 16531409.

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

Color convert

RGB 209 63 252 -
CMYK 0.17 0.75 0 0.01
HSL 286.35º 0.97% 0.62% -
HSV(B) 286.35º 0.75% 0.99% -
XYZ 45.64 24.14 94.35 -
YUV 128.2 197.87 185.63 -
System Red Green Blue C M Y K H S L
Decimal 209 63 252 0.17 0.75 0 0.01 286.35 0.97 0.62
Hex D1 3F FC 11 4B 0 1 11E 61 3E
Octal 321 77 374 21 113 0 1 436 141 76
Binary 11010001 111111 11111100 10001 1001011 0 1 100011110 1100001 111110

Color Harmonies of #D13FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13FFC

Black with #D13FFC

Text Example


Text Example

White with #D13FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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