#D056E4

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

Shades of Medium Orchid #D056E4

Tints of Medium Orchid #D056E4

Color information

#D056E4 (or 0xD056E4) is unknown color: approx Medium Orchid. HEX triplet: D0, 56 and E4. RGB value is (208,86,228). Sum of RGB (Red+Green+Blue) = 208+86+228=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 86 (33.98% from 255 or 16.48% from 522); Blue value is 228 (89.45% from 255 or 43.68% from 522); Max value from RGB is 228 - color contains mainly: blue. Hex color #D056E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D056E4 is #2FA91B. Grayscale: #8A8A8A. Windows color (decimal): -3123484 or 14964432. OLE color: 14964432.

HSL color Cylindrical-coordinate representation of color #D056E4: hue angle of 291.55º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D056E4 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20886228-
CMYK0.090.6200.11
HSL291.55º72.45%61.57%-
HSV(B)291.55º62.28%89.41%-
XYZ43.3425.6776.07-
YUV138.67178.42177.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.85%
GREEN value IS 86 (33.98% from 255) = 16.48%
BLUE value IS 228 (89.45% from 255) = 43.68%
R=39.85%
G=16.48%
B=43.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal208862280.090.6200.11291.5572.4561.57
HexD056E493E0B124483e
Octal320126344117601344411076
Binary110100001010110111001001001111110010111001001001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D056E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D056E4; }

 p { color: rgb(208,86,228); }

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

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

 a { background-color: rgb(208,86,228); }

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

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

 span { border-color: rgb(208,86,228); }

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