Html Css Color HEX #D13AFB Medium Orchid

📋 copy color: '#D13AFB'

red 209 ◦ green 58 ◦ blue 251

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

Shades of Medium Orchid #D13AFB

Tints of Medium Orchid #D13AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.2%

 BLUE value IS 251 (98.44% from 255) = 48.46%

R = 40.35%
G = 11.2%
B = 48.46%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D13AFB (or 0xD13AFB) is known color: Medium Orchid. HEX triplet: D1, 3A and FB. RGB value is (209,58,251). Sum of RGB (Red+Green+Blue) = 209+58+251=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 58 (23.05% from 255 or 11.20% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #D13AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13AFB is #2EC504. Grayscale: #7C7C7C. Windows color (decimal): -3065093 or 16464593. OLE color: 16464593.

HSL color Cylindrical-coordinate representation of color #D13AFB: hue angle of 286.94º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13AFB is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 58 251 -
CMYK 0.17 0.77 0 0.02
HSL 286.94º 0.96% 0.61% -
HSV(B) 286.94º 0.77% 0.98% -
XYZ 45.22 23.55 93.43 -
YUV 125.15 199.03 187.81 -
System Red Green Blue C M Y K H S L
Decimal 209 58 251 0.17 0.77 0 0.02 286.94 0.96 0.61
Hex D1 3A FB 11 4D 0 2 11F 60 3D
Octal 321 72 373 21 115 0 2 437 140 75
Binary 11010001 111010 11111011 10001 1001101 0 10 100011111 1100000 111101

Color Harmonies of #D13AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13AFB

Black with #D13AFB

Text Example


Text Example

White with #D13AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13AFB; }

 p { color: rgb(209,58,251); }

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

background-color css

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

 a { background-color: rgb(209,58,251); }

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

border-color css

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

 span { border-color: rgb(209,58,251); }

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