Html Css Color HEX #D13CF1 Medium Orchid

📋 copy color: '#D13CF1'

red 209 ◦ green 60 ◦ blue 241

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

Shades of Medium Orchid #D13CF1

Tints of Medium Orchid #D13CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.25%

R = 40.98%
G = 11.76%
B = 47.25%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D13CF1 (or 0xD13CF1) is known color: Medium Orchid. HEX triplet: D1, 3C and F1. RGB value is (209,60,241). Sum of RGB (Red+Green+Blue) = 209+60+241=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 60 (23.83% from 255 or 11.76% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #D13CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13CF1 is #2EC30E. Grayscale: #7C7C7C. Windows color (decimal): -3064591 or 15809745. OLE color: 15809745.

HSL color Cylindrical-coordinate representation of color #D13CF1: hue angle of 289.39º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13CF1 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 60 241 -
CMYK 0.13 0.75 0 0.05
HSL 289.39º 0.87% 0.59% -
HSV(B) 289.39º 0.75% 0.95% -
XYZ 43.79 23.14 85.38 -
YUV 125.19 193.36 187.78 -
System Red Green Blue C M Y K H S L
Decimal 209 60 241 0.13 0.75 0 0.05 289.39 0.87 0.59
Hex D1 3C F1 D 4B 0 5 121 57 3B
Octal 321 74 361 15 113 0 5 441 127 73
Binary 11010001 111100 11110001 1101 1001011 0 101 100100001 1010111 111011

Color Harmonies of #D13CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CF1

Black with #D13CF1

Text Example


Text Example

White with #D13CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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