Html Css Color HEX #D13DFF Medium Orchid

📋 copy color: '#D13DFF'

red 209 ◦ green 61 ◦ blue 255

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

Shades of Medium Orchid #D13DFF

Tints of Medium Orchid #D13DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.57%

R = 39.81%
G = 11.62%
B = 48.57%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D13DFF (or 0xD13DFF) is known color: Medium Orchid. HEX triplet: D1, 3D and FF. RGB value is (209,61,255). Sum of RGB (Red+Green+Blue) = 209+61+255=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 61 (24.22% from 255 or 11.62% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #D13DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13DFF is #2EC200. Grayscale: #7E7E7E. Windows color (decimal): -3064321 or 16727505. OLE color: 16727505.

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

Color convert

RGB 209 61 255 -
CMYK 0.18 0.76 0 0
HSL 285.77º 1% 0.62% -
HSV(B) 285.77º 0.76% 1% -
XYZ 46.01 24.11 96.84 -
YUV 127.37 200.03 186.23 -
System Red Green Blue C M Y K H S L
Decimal 209 61 255 0.18 0.76 0 0 285.77 1 0.62
Hex D1 3D FF 12 4C 0 0 11E 64 3E
Octal 321 75 377 22 114 0 0 436 144 76
Binary 11010001 111101 11111111 10010 1001100 0 0 100011110 1100100 111110

Color Harmonies of #D13DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13DFF

Black with #D13DFF

Text Example


Text Example

White with #D13DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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