#D134DC

Color #D134DC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #D134DC

Tints of Medium Orchid #D134DC

Color information

#D134DC (or 0xD134DC) is unknown color: approx 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

RGB20952220-
CMYK0.050.7600.14
HSL296.07º70.59%53.33%-
HSV(B)296.07º76.36%86.27%-
XYZ40.4421.1869.67-
YUV118.1185.51192.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.45%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal209522200.050.7600.14296.0770.5953.33
HexD134DC54C0E1284735
Octal32164334511401645010765
Binary11010001110100110111001011001100011101001010001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D134DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>