#D053E8

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

Shades of Medium Orchid #D053E8

Tints of Medium Orchid #D053E8

Color information

#D053E8 (or 0xD053E8) is unknown color: approx Medium Orchid. HEX triplet: D0, 53 and E8. RGB value is (208,83,232). Sum of RGB (Red+Green+Blue) = 208+83+232=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 232 - color contains mainly: blue. Hex color #D053E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D053E8 is #2FAC17. Grayscale: #888888. Windows color (decimal): -3124248 or 15225808. OLE color: 15225808.

HSL color Cylindrical-coordinate representation of color #D053E8: hue angle of 290.34º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D053E8 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20883232-
CMYK0.100.6400.09
HSL290.34º76.41%61.76%-
HSV(B)290.34º64.22%90.98%-
XYZ43.6725.4278.95-
YUV137.36181.41178.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.77%
GREEN value IS 83 (32.81% from 255) = 15.87%
BLUE value IS 232 (91.02% from 255) = 44.36%
R=39.77%
G=15.87%
B=44.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal208832320.100.6400.09290.3476.4161.76
HexD053E8A40091224c3e
Octal3201233501210001144211476
Binary1101000010100111110100010101000000010011001000101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D053E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D053E8; }

 p { color: rgb(208,83,232); }

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

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

 a { background-color: rgb(208,83,232); }

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

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

 span { border-color: rgb(208,83,232); }

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