#D23DDD

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

Shades of Medium Orchid #D23DDD

Tints of Medium Orchid #D23DDD

Color information

#D23DDD (or 0xD23DDD) is unknown color: approx Medium Orchid. HEX triplet: D2, 3D and DD. RGB value is (210,61,221). Sum of RGB (Red+Green+Blue) = 210+61+221=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 61 (24.22% from 255 or 12.40% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #D23DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DDD is #2DC222. Grayscale: #7B7B7B. Windows color (decimal): -2998819 or 14499282. OLE color: 14499282.

HSL color Cylindrical-coordinate representation of color #D23DDD: hue angle of 295.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23DDD is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21061221-
CMYK0.050.7200.13
HSL295.88º70.18%55.29%-
HSV(B)295.88º72.4%86.67%-
XYZ41.322.2670.53-
YUV123.79182.86189.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.68%
GREEN value IS 61 (24.22% from 255) = 12.40%
BLUE value IS 221 (86.72% from 255) = 44.92%
R=42.68%
G=12.40%
B=44.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210612210.050.7200.13295.8870.1855.29
HexD23DDD5480D1284637
Octal32275335511001545010667
Binary11010010111101110111011011001000011011001010001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23DDD; }

 p { color: rgb(210,61,221); }

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

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

 a { background-color: rgb(210,61,221); }

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

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

 span { border-color: rgb(210,61,221); }

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