Html Css Color HEX #D142DC Medium Orchid

📋 copy color: '#D142DC'

red 209 ◦ green 66 ◦ blue 220

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

Shades of Medium Orchid #D142DC

Tints of Medium Orchid #D142DC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.33%

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 42.22%
G = 13.33%
B = 44.44%

CMYK

 C value IS 0.05

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D142DC (or 0xD142DC) is known color: Medium Orchid. HEX triplet: D1, 42 and DC. RGB value is (209,66,220). Sum of RGB (Red+Green+Blue) = 209+66+220=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 66 (26.17% from 255 or 13.33% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #D142DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D142DC is #2EBD23. Grayscale: #7D7D7D. Windows color (decimal): -3063076 or 14435025. OLE color: 14435025.

HSL color Cylindrical-coordinate representation of color #D142DC: hue angle of 295.71º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D142DC is Cyan = 0.05, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 66 220 -
CMYK 0.05 0.7 0 0.14
HSL 295.71º 0.69% 0.56% -
HSV(B) 295.71º 0.7% 0.86% -
XYZ 41.16 22.62 69.91 -
YUV 126.31 180.88 186.98 -
System Red Green Blue C M Y K H S L
Decimal 209 66 220 0.05 0.7 0 0.14 295.71 0.69 0.56
Hex D1 42 DC 5 46 0 E 128 45 38
Octal 321 102 334 5 106 0 16 450 105 70
Binary 11010001 1000010 11011100 101 1000110 0 1110 100101000 1000101 111000

Color Harmonies of #D142DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142DC

Black with #D142DC

Text Example


Text Example

White with #D142DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142DC; }

 p { color: rgb(209,66,220); }

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

background-color css

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

 a { background-color: rgb(209,66,220); }

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

border-color css

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

 span { border-color: rgb(209,66,220); }

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