Html Css Color HEX #D134DC Medium Orchid

📋 copy color: '#D134DC'

red 209 ◦ green 52 ◦ blue 220

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

Shades of Medium Orchid #D134DC

Tints of Medium Orchid #D134DC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.81%

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

R = 43.45%
G = 10.81%
B = 45.74%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D134DC (or 0xD134DC) is known color: Medium Orchid. HEX triplet: D1, 34 and DC. RGB value is (209,52,220). Sum of RGB (Red+Green+Blue) = 209+52+220=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 52 (20.70% from 255 or 10.81% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #D134DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D134DC is #2ECB23. Grayscale: #757575. Windows color (decimal): -3066660 or 14431441. OLE color: 14431441.

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

Color convert

RGB 209 52 220 -
CMYK 0.05 0.76 0 0.14
HSL 296.07º 0.71% 0.53% -
HSV(B) 296.07º 0.76% 0.86% -
XYZ 40.44 21.18 69.67 -
YUV 118.1 185.51 192.84 -
System Red Green Blue C M Y K H S L
Decimal 209 52 220 0.05 0.76 0 0.14 296.07 0.71 0.53
Hex D1 34 DC 5 4C 0 E 128 47 35
Octal 321 64 334 5 114 0 16 450 107 65
Binary 11010001 110100 11011100 101 1001100 0 1110 100101000 1000111 110101

Color Harmonies of #D134DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D134DC

Black with #D134DC

Text Example


Text Example

White with #D134DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D134DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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