#D333E1

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

Shades of Medium Orchid #D333E1

Tints of Medium Orchid #D333E1

Color information

#D333E1 (or 0xD333E1) is unknown color: approx Medium Orchid. HEX triplet: D3, 33 and E1. RGB value is (211,51,225). Sum of RGB (Red+Green+Blue) = 211+51+225=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 51 (20.31% from 255 or 10.47% from 487); Blue value is 225 (88.28% from 255 or 46.20% from 487); Max value from RGB is 225 - color contains mainly: blue. Hex color #D333E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D333E1 is #2CCC1E. Grayscale: #767676. Windows color (decimal): -2935839 or 14758867. OLE color: 14758867.

HSL color Cylindrical-coordinate representation of color #D333E1: hue angle of 295.17º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D333E1 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21151225-
CMYK0.060.7700.12
HSL295.17º74.36%54.12%-
HSV(B)295.17º77.33%88.24%-
XYZ41.6421.6573.22-
YUV118.68188.01193.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.33%
GREEN value IS 51 (20.31% from 255) = 10.47%
BLUE value IS 225 (88.28% from 255) = 46.20%
R=43.33%
G=10.47%
B=46.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal211512250.060.7700.12295.1774.3654.12
HexD333E164D0C1274a36
Octal32363341611501444711266
Binary11010011110011111000011101001101011001001001111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D333E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D333E1; }

 p { color: rgb(211,51,225); }

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

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

 a { background-color: rgb(211,51,225); }

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

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

 span { border-color: rgb(211,51,225); }

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