Html Css Color HEX #D143DE Medium Orchid

📋 copy color: '#D143DE'

red 209 ◦ green 67 ◦ blue 222

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

Shades of Medium Orchid #D143DE

Tints of Medium Orchid #D143DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.58%

R = 41.97%
G = 13.45%
B = 44.58%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D143DE (or 0xD143DE) is known color: Medium Orchid. HEX triplet: D1, 43 and DE. RGB value is (209,67,222). Sum of RGB (Red+Green+Blue) = 209+67+222=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 67 (26.56% from 255 or 13.45% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #D143DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143DE is #2EBC21. Grayscale: #7E7E7E. Windows color (decimal): -3062818 or 14566353. OLE color: 14566353.

HSL color Cylindrical-coordinate representation of color #D143DE: hue angle of 294.97º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D143DE is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 67 222 -
CMYK 0.06 0.70 0 0.13
HSL 294.97º 0.7% 0.57% -
HSV(B) 294.97º 0.7% 0.87% -
XYZ 41.49 22.84 71.33 -
YUV 127.13 181.54 186.4 -
System Red Green Blue C M Y K H S L
Decimal 209 67 222 0.06 0.70 0 0.13 294.97 0.7 0.57
Hex D1 43 DE 6 46 0 D 127 46 39
Octal 321 103 336 6 106 0 15 447 106 71
Binary 11010001 1000011 11011110 110 1000110 0 1101 100100111 1000110 111001

Color Harmonies of #D143DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D143DE

Black with #D143DE

Text Example


Text Example

White with #D143DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D143DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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