#D133E4

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

Shades of Medium Orchid #D133E4

Tints of Medium Orchid #D133E4

Color information

#D133E4 (or 0xD133E4) is unknown color: approx Medium Orchid. HEX triplet: D1, 33 and E4. RGB value is (209,51,228). Sum of RGB (Red+Green+Blue) = 209+51+228=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 51 (20.31% from 255 or 10.45% from 488); Blue value is 228 (89.45% from 255 or 46.72% from 488); Max value from RGB is 228 - color contains mainly: blue. Hex color #D133E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D133E4 is #2ECC1B. Grayscale: #757575. Windows color (decimal): -3066908 or 14955473. OLE color: 14955473.

HSL color Cylindrical-coordinate representation of color #D133E4: hue angle of 293.56º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D133E4 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20951228-
CMYK0.080.7800.11
HSL293.56º76.62%54.71%-
HSV(B)293.56º77.63%89.41%-
XYZ41.4821.5275.37-
YUV118.42189.85192.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.83%
GREEN value IS 51 (20.31% from 255) = 10.45%
BLUE value IS 228 (89.45% from 255) = 46.72%
R=42.83%
G=10.45%
B=46.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal209512280.080.7800.11293.5676.6254.71
HexD133E484E0B1264d37
Octal321633441011601344611567
Binary110100011100111110010010001001110010111001001101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D133E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D133E4; }

 p { color: rgb(209,51,228); }

 H1.HeaderClassName
 {
   color: #D133E4;
 }
 .AnyTagClassName
 {
   color: #D133E4;
 }
</style>
background-color css

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

 a { background-color: rgb(209,51,228); }

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

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

 span { border-color: rgb(209,51,228); }

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