#D33DE7

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

Shades of Medium Orchid #D33DE7

Tints of Medium Orchid #D33DE7

Color information

#D33DE7 (or 0xD33DE7) is unknown color: approx Medium Orchid. HEX triplet: D3, 3D and E7. RGB value is (211,61,231). Sum of RGB (Red+Green+Blue) = 211+61+231=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 61 (24.22% from 255 or 12.13% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 231 - color contains mainly: blue. Hex color #D33DE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33DE7 is #2CC218. Grayscale: #7C7C7C. Windows color (decimal): -2933273 or 15154643. OLE color: 15154643.

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

Color convert

RGB21161231-
CMYK0.090.7400.09
HSL292.94º77.98%57.25%-
HSV(B)292.94º73.59%90.59%-
XYZ42.9622.9677.77-
YUV125.23187.7189.18-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.95%
GREEN value IS 61 (24.22% from 255) = 12.13%
BLUE value IS 231 (90.62% from 255) = 45.92%
R=41.95%
G=12.13%
B=45.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal211612310.090.7400.09292.9477.9857.25
HexD33DE794A091254e39
Octal323753471111201144511671
Binary110100111111011110011110011001010010011001001011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33DE7; }

 p { color: rgb(211,61,231); }

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

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

 a { background-color: rgb(211,61,231); }

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

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

 span { border-color: rgb(211,61,231); }

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