#D055E0

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

Shades of Medium Orchid #D055E0

Tints of Medium Orchid #D055E0

Color information

#D055E0 (or 0xD055E0) is unknown color: approx Medium Orchid. HEX triplet: D0, 55 and E0. RGB value is (208,85,224). Sum of RGB (Red+Green+Blue) = 208+85+224=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #D055E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D055E0 is #2FAA1F. Grayscale: #898989. Windows color (decimal): -3123744 or 14702032. OLE color: 14702032.

HSL color Cylindrical-coordinate representation of color #D055E0: hue angle of 293.09º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D055E0 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20885224-
CMYK0.070.6200.12
HSL293.09º69.15%60.59%-
HSV(B)293.09º62.05%87.84%-
XYZ42.7225.2973.15-
YUV137.62176.75178.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 85 (33.59% from 255) = 16.44%
BLUE value IS 224 (87.89% from 255) = 43.33%
R=40.23%
G=16.44%
B=43.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal208852240.070.6200.12293.0969.1560.59
HexD055E073E0C125453d
Octal32012534077601444510575
Binary11010000101010111100000111111110011001001001011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D055E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D055E0; }

 p { color: rgb(208,85,224); }

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

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

 a { background-color: rgb(208,85,224); }

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

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

 span { border-color: rgb(208,85,224); }

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