#D33CF0

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

Shades of Medium Orchid #D33CF0

Tints of Medium Orchid #D33CF0

Color information

#D33CF0 (or 0xD33CF0) is unknown color: approx Medium Orchid. HEX triplet: D3, 3C and F0. RGB value is (211,60,240). Sum of RGB (Red+Green+Blue) = 211+60+240=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 60 (23.83% from 255 or 11.74% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #D33CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33CF0 is #2CC30F. Grayscale: #7D7D7D. Windows color (decimal): -2933520 or 15744211. OLE color: 15744211.

HSL color Cylindrical-coordinate representation of color #D33CF0: hue angle of 290.33º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33CF0 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21160240-
CMYK0.120.7500.06
HSL290.33º85.71%58.82%-
HSV(B)290.33º75%94.12%-
XYZ44.2123.3784.62-
YUV125.67192.53188.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.29%
GREEN value IS 60 (23.83% from 255) = 11.74%
BLUE value IS 240 (94.14% from 255) = 46.97%
R=41.29%
G=11.74%
B=46.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal211602400.120.7500.06290.3385.7158.82
HexD33CF0C4B06122563b
Octal32374360141130644212673
Binary11010011111100111100001100100101101101001000101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33CF0; }

 p { color: rgb(211,60,240); }

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

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

 a { background-color: rgb(211,60,240); }

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

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

 span { border-color: rgb(211,60,240); }

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