Html Css Color HEX #D143EF Medium Orchid

📋 copy color: '#D143EF'

red 209 ◦ green 67 ◦ blue 239

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

Shades of Medium Orchid #D143EF

Tints of Medium Orchid #D143EF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.01%

 BLUE value IS 239 (93.75% from 255) = 46.41%

R = 40.58%
G = 13.01%
B = 46.41%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D143EF (or 0xD143EF) is known color: Medium Orchid. HEX triplet: D1, 43 and EF. RGB value is (209,67,239). Sum of RGB (Red+Green+Blue) = 209+67+239=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 67 (26.56% from 255 or 13.01% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #D143EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D143EF is #2EBC10. Grayscale: #808080. Windows color (decimal): -3062801 or 15680465. OLE color: 15680465.

HSL color Cylindrical-coordinate representation of color #D143EF: hue angle of 289.53º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D143EF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 67 239 -
CMYK 0.13 0.72 0 0.06
HSL 289.53º 0.84% 0.6% -
HSV(B) 289.53º 0.72% 0.94% -
XYZ 43.88 23.8 83.94 -
YUV 129.07 190.04 185.01 -
System Red Green Blue C M Y K H S L
Decimal 209 67 239 0.13 0.72 0 0.06 289.53 0.84 0.6
Hex D1 43 EF D 48 0 6 122 54 3C
Octal 321 103 357 15 110 0 6 442 124 74
Binary 11010001 1000011 11101111 1101 1001000 0 110 100100010 1010100 111100

Color Harmonies of #D143EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D143EF

Black with #D143EF

Text Example


Text Example

White with #D143EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D143EF; }

 p { color: rgb(209,67,239); }

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

background-color css

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

 a { background-color: rgb(209,67,239); }

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

border-color css

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

 span { border-color: rgb(209,67,239); }

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