Html Css Color HEX #D13CF9 Medium Orchid

📋 copy color: '#D13CF9'

red 209 ◦ green 60 ◦ blue 249

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

Shades of Medium Orchid #D13CF9

Tints of Medium Orchid #D13CF9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.58%

 BLUE value IS 249 (97.66% from 255) = 48.07%

R = 40.35%
G = 11.58%
B = 48.07%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D13CF9 (or 0xD13CF9) is known color: Medium Orchid. HEX triplet: D1, 3C and F9. RGB value is (209,60,249). Sum of RGB (Red+Green+Blue) = 209+60+249=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 60 (23.83% from 255 or 11.58% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #D13CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13CF9 is #2EC306. Grayscale: #7D7D7D. Windows color (decimal): -3064583 or 16334033. OLE color: 16334033.

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

Color convert

RGB 209 60 249 -
CMYK 0.16 0.76 0 0.02
HSL 287.3º 0.94% 0.61% -
HSV(B) 287.3º 0.76% 0.98% -
XYZ 45.01 23.63 91.81 -
YUV 126.1 197.36 187.13 -
System Red Green Blue C M Y K H S L
Decimal 209 60 249 0.16 0.76 0 0.02 287.3 0.94 0.61
Hex D1 3C F9 10 4C 0 2 11F 5E 3D
Octal 321 74 371 20 114 0 2 437 136 75
Binary 11010001 111100 11111001 10000 1001100 0 10 100011111 1011110 111101

Color Harmonies of #D13CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CF9

Black with #D13CF9

Text Example


Text Example

White with #D13CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CF9; }

 p { color: rgb(209,60,249); }

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

background-color css

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

 a { background-color: rgb(209,60,249); }

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

border-color css

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

 span { border-color: rgb(209,60,249); }

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