#D133E8

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

Shades of Medium Orchid #D133E8

Tints of Medium Orchid #D133E8

Color information

#D133E8 (or 0xD133E8) is unknown color: approx Medium Orchid. HEX triplet: D1, 33 and E8. RGB value is (209,51,232). Sum of RGB (Red+Green+Blue) = 209+51+232=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 51 (20.31% from 255 or 10.37% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #D133E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D133E8 is #2ECC17. Grayscale: #767676. Windows color (decimal): -3066904 or 15217617. OLE color: 15217617.

HSL color Cylindrical-coordinate representation of color #D133E8: hue angle of 292.38º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D133E8 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20951232-
CMYK0.100.7800.09
HSL292.38º79.74%55.49%-
HSV(B)292.38º78.02%90.98%-
XYZ42.0421.7578.33-
YUV118.88191.85192.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.48%
GREEN value IS 51 (20.31% from 255) = 10.37%
BLUE value IS 232 (91.02% from 255) = 47.15%
R=42.48%
G=10.37%
B=47.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal209512320.100.7800.09292.3879.7455.49
HexD133E8A4E091245037
Octal321633501211601144412067
Binary110100011100111110100010101001110010011001001001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D133E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D133E8; }

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

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

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

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

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

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

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

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