#D033DD

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

Shades of Medium Orchid #D033DD

Tints of Medium Orchid #D033DD

Color information

#D033DD (or 0xD033DD) is unknown color: approx Medium Orchid. HEX triplet: D0, 33 and DD. RGB value is (208,51,221). Sum of RGB (Red+Green+Blue) = 208+51+221=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 51 (20.31% from 255 or 10.62% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #D033DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033DD is #2FCC22. Grayscale: #747474. Windows color (decimal): -3132451 or 14496720. OLE color: 14496720.

HSL color Cylindrical-coordinate representation of color #D033DD: hue angle of 295.41º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D033DD is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20851221-
CMYK0.060.7700.13
HSL295.41º71.43%53.33%-
HSV(B)295.41º76.92%86.67%-
XYZ40.252170.34-
YUV117.32186.51192.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.33%
GREEN value IS 51 (20.31% from 255) = 10.62%
BLUE value IS 221 (86.72% from 255) = 46.04%
R=43.33%
G=10.62%
B=46.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208512210.060.7700.13295.4171.4353.33
HexD033DD64D0D1274735
Octal32063335611501544710765
Binary11010000110011110111011101001101011011001001111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D033DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D033DD; }

 p { color: rgb(208,51,221); }

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

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

 a { background-color: rgb(208,51,221); }

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

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

 span { border-color: rgb(208,51,221); }

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