Html Css Color HEX #D13FEA Medium Orchid

📋 copy color: '#D13FEA'

red 209 ◦ green 63 ◦ blue 234

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

Shades of Medium Orchid #D13FEA

Tints of Medium Orchid #D13FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.25%

R = 41.3%
G = 12.45%
B = 46.25%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D13FEA (or 0xD13FEA) is known color: Medium Orchid. HEX triplet: D1, 3F and EA. RGB value is (209,63,234). Sum of RGB (Red+Green+Blue) = 209+63+234=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 63 (25% from 255 or 12.45% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #D13FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13FEA is #2EC015. Grayscale: #7D7D7D. Windows color (decimal): -3063830 or 15351761. OLE color: 15351761.

HSL color Cylindrical-coordinate representation of color #D13FEA: hue angle of 291.23º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13FEA is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 63 234 -
CMYK 0.11 0.73 0 0.08
HSL 291.23º 0.8% 0.58% -
HSV(B) 291.23º 0.73% 0.92% -
XYZ 42.92 23.05 80.03 -
YUV 126.15 188.87 187.1 -
System Red Green Blue C M Y K H S L
Decimal 209 63 234 0.11 0.73 0 0.08 291.23 0.8 0.58
Hex D1 3F EA B 49 0 8 123 50 3A
Octal 321 77 352 13 111 0 10 443 120 72
Binary 11010001 111111 11101010 1011 1001001 0 1000 100100011 1010000 111010

Color Harmonies of #D13FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13FEA

Black with #D13FEA

Text Example


Text Example

White with #D13FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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