Html Css Color HEX #D13FE0 Medium Orchid

📋 copy color: '#D13FE0'

red 209 ◦ green 63 ◦ blue 224

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

Shades of Medium Orchid #D13FE0

Tints of Medium Orchid #D13FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.16%

R = 42.14%
G = 12.7%
B = 45.16%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D13FE0 (or 0xD13FE0) is known color: Medium Orchid. HEX triplet: D1, 3F and E0. RGB value is (209,63,224). Sum of RGB (Red+Green+Blue) = 209+63+224=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #D13FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13FE0 is #2EC01F. Grayscale: #7C7C7C. Windows color (decimal): -3063840 or 14696401. OLE color: 14696401.

HSL color Cylindrical-coordinate representation of color #D13FE0: hue angle of 294.41º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13FE0 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 63 224 -
CMYK 0.07 0.72 0 0.12
HSL 294.41º 0.72% 0.56% -
HSV(B) 294.41º 0.72% 0.88% -
XYZ 41.53 22.49 72.67 -
YUV 125.01 183.87 187.91 -
System Red Green Blue C M Y K H S L
Decimal 209 63 224 0.07 0.72 0 0.12 294.41 0.72 0.56
Hex D1 3F E0 7 48 0 C 126 48 38
Octal 321 77 340 7 110 0 14 446 110 70
Binary 11010001 111111 11100000 111 1001000 0 1100 100100110 1001000 111000

Color Harmonies of #D13FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13FE0

Black with #D13FE0

Text Example


Text Example

White with #D13FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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