Html Css Color HEX #D142DE Medium Orchid

📋 copy color: '#D142DE'

red 209 ◦ green 66 ◦ blue 222

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

Shades of Medium Orchid #D142DE

Tints of Medium Orchid #D142DE

RGB

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

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

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

R = 42.05%
G = 13.28%
B = 44.67%

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

#D142DE (or 0xD142DE) is known color: Medium Orchid. HEX triplet: D1, 42 and DE. RGB value is (209,66,222). Sum of RGB (Red+Green+Blue) = 209+66+222=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #D142DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D142DE is #2EBD21. Grayscale: #7E7E7E. Windows color (decimal): -3063074 or 14566097. OLE color: 14566097.

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

Color convert

RGB 209 66 222 -
CMYK 0.06 0.70 0 0.13
HSL 295º 0.7% 0.56% -
HSV(B) 295º 0.7% 0.87% -
XYZ 41.43 22.73 71.31 -
YUV 126.54 181.88 186.82 -
System Red Green Blue C M Y K H S L
Decimal 209 66 222 0.06 0.70 0 0.13 295 0.7 0.56
Hex D1 42 DE 6 46 0 D 127 46 38
Octal 321 102 336 6 106 0 15 447 106 70
Binary 11010001 1000010 11011110 110 1000110 0 1101 100100111 1000110 111000

Color Harmonies of #D142DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142DE

Black with #D142DE

Text Example


Text Example

White with #D142DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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