Html Css Color HEX #D143EC Medium Orchid

📋 copy color: '#D143EC'

red 209 ◦ green 67 ◦ blue 236

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

Shades of Medium Orchid #D143EC

Tints of Medium Orchid #D143EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 40.82%
G = 13.09%
B = 46.09%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D143EC (or 0xD143EC) is known color: Medium Orchid. HEX triplet: D1, 43 and EC. RGB value is (209,67,236). Sum of RGB (Red+Green+Blue) = 209+67+236=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 67 (26.56% from 255 or 13.09% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #D143EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D143EC is #2EBC13. Grayscale: #808080. Windows color (decimal): -3062804 or 15483857. OLE color: 15483857.

HSL color Cylindrical-coordinate representation of color #D143EC: hue angle of 290.41º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D143EC is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 67 236 -
CMYK 0.11 0.72 0 0.07
HSL 290.41º 0.82% 0.59% -
HSV(B) 290.41º 0.72% 0.93% -
XYZ 43.44 23.63 81.63 -
YUV 128.72 188.54 185.26 -
System Red Green Blue C M Y K H S L
Decimal 209 67 236 0.11 0.72 0 0.07 290.41 0.82 0.59
Hex D1 43 EC B 48 0 7 122 52 3B
Octal 321 103 354 13 110 0 7 442 122 73
Binary 11010001 1000011 11101100 1011 1001000 0 111 100100010 1010010 111011

Color Harmonies of #D143EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D143EC

Black with #D143EC

Text Example


Text Example

White with #D143EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D143EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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