Html Css Color HEX #D13BFE Medium Orchid

📋 copy color: '#D13BFE'

red 209 ◦ green 59 ◦ blue 254

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

Shades of Medium Orchid #D13BFE

Tints of Medium Orchid #D13BFE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.3%

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

R = 40.04%
G = 11.3%
B = 48.66%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D13BFE (or 0xD13BFE) is known color: Medium Orchid. HEX triplet: D1, 3B and FE. RGB value is (209,59,254). Sum of RGB (Red+Green+Blue) = 209+59+254=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 59 (23.44% from 255 or 11.30% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #D13BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13BFE is #2EC401. Grayscale: #7D7D7D. Windows color (decimal): -3064834 or 16661457. OLE color: 16661457.

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

Color convert

RGB 209 59 254 -
CMYK 0.18 0.77 0 0.00
HSL 286.15º 0.99% 0.61% -
HSV(B) 286.15º 0.77% 1% -
XYZ 45.75 23.84 95.96 -
YUV 126.08 200.2 187.14 -
System Red Green Blue C M Y K H S L
Decimal 209 59 254 0.18 0.77 0 0.00 286.15 0.99 0.61
Hex D1 3B FE 12 4D 0 0 11E 63 3D
Octal 321 73 376 22 115 0 0 436 143 75
Binary 11010001 111011 11111110 10010 1001101 0 0 100011110 1100011 111101

Color Harmonies of #D13BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13BFE

Black with #D13BFE

Text Example


Text Example

White with #D13BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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