#D03ADD

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

Shades of Medium Orchid #D03ADD

Tints of Medium Orchid #D03ADD

Color information

#D03ADD (or 0xD03ADD) is unknown color: approx Medium Orchid. HEX triplet: D0, 3A and DD. RGB value is (208,58,221). Sum of RGB (Red+Green+Blue) = 208+58+221=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 58 (23.05% from 255 or 11.91% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #D03ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03ADD is #2FC522. Grayscale: #787878. Windows color (decimal): -3130659 or 14498512. OLE color: 14498512.

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

Color convert

RGB20858221-
CMYK0.060.7400.13
HSL295.21º70.56%54.71%-
HSV(B)295.21º73.76%86.67%-
XYZ40.5821.6670.45-
YUV121.43184.2189.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.71%
GREEN value IS 58 (23.05% from 255) = 11.91%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=42.71%
G=11.91%
B=45.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208582210.060.7400.13295.2170.5654.71
HexD03ADD64A0D1274737
Octal32072335611201544710767
Binary11010000111010110111011101001010011011001001111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03ADD; }

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

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

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

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

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

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

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

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