#D33FF9

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

Shades of Medium Orchid #D33FF9

Tints of Medium Orchid #D33FF9

Color information

#D33FF9 (or 0xD33FF9) is unknown color: approx Medium Orchid. HEX triplet: D3, 3F and F9. RGB value is (211,63,249). Sum of RGB (Red+Green+Blue) = 211+63+249=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 63 (25% from 255 or 12.05% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #D33FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33FF9 is #2CC006. Grayscale: #7F7F7F. Windows color (decimal): -2932743 or 16334803. OLE color: 16334803.

HSL color Cylindrical-coordinate representation of color #D33FF9: hue angle of 287.74º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33FF9 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21163249-
CMYK0.150.7500.02
HSL287.74º93.94%61.18%-
HSV(B)287.74º74.7%97.65%-
XYZ45.7424.2491.89-
YUV128.46196.03186.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.34%
GREEN value IS 63 (25% from 255) = 12.05%
BLUE value IS 249 (97.66% from 255) = 47.61%
R=40.34%
G=12.05%
B=47.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211632490.150.7500.02287.7493.9461.18
HexD33FF9F4B021205e3d
Octal32377371171130244013675
Binary1101001111111111111001111110010110101001000001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33FF9; }

 p { color: rgb(211,63,249); }

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

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

 a { background-color: rgb(211,63,249); }

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

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

 span { border-color: rgb(211,63,249); }

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