Html Css Color HEX #D13DF8 Medium Orchid

📋 copy color: '#D13DF8'

red 209 ◦ green 61 ◦ blue 248

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

Shades of Medium Orchid #D13DF8

Tints of Medium Orchid #D13DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.88%

R = 40.35%
G = 11.78%
B = 47.88%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D13DF8 (or 0xD13DF8) is known color: Medium Orchid. HEX triplet: D1, 3D and F8. RGB value is (209,61,248). Sum of RGB (Red+Green+Blue) = 209+61+248=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 61 (24.22% from 255 or 11.78% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #D13DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13DF8 is #2EC207. Grayscale: #7D7D7D. Windows color (decimal): -3064328 or 16268753. OLE color: 16268753.

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

Color convert

RGB 209 61 248 -
CMYK 0.16 0.75 0 0.03
HSL 287.49º 0.93% 0.61% -
HSV(B) 287.49º 0.75% 0.97% -
XYZ 44.91 23.67 91.01 -
YUV 126.57 196.53 186.79 -
System Red Green Blue C M Y K H S L
Decimal 209 61 248 0.16 0.75 0 0.03 287.49 0.93 0.61
Hex D1 3D F8 10 4B 0 3 11F 5D 3D
Octal 321 75 370 20 113 0 3 437 135 75
Binary 11010001 111101 11111000 10000 1001011 0 11 100011111 1011101 111101

Color Harmonies of #D13DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13DF8

Black with #D13DF8

Text Example


Text Example

White with #D13DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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