#D052EA

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

Shades of Medium Orchid #D052EA

Tints of Medium Orchid #D052EA

Color information

#D052EA (or 0xD052EA) is unknown color: approx Medium Orchid. HEX triplet: D0, 52 and EA. RGB value is (208,82,234). Sum of RGB (Red+Green+Blue) = 208+82+234=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #D052EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D052EA is #2FAD15. Grayscale: #888888. Windows color (decimal): -3124502 or 15356624. OLE color: 15356624.

HSL color Cylindrical-coordinate representation of color #D052EA: hue angle of 289.74º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D052EA is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20882234-
CMYK0.110.6500.08
HSL289.74º78.35%61.96%-
HSV(B)289.74º64.96%91.76%-
XYZ43.8825.3880.43-
YUV137182.74178.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.69%
GREEN value IS 82 (32.42% from 255) = 15.65%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=39.69%
G=15.65%
B=44.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal208822340.110.6500.08289.7478.3561.96
HexD052EAB41081224e3e
Octal3201223521310101044211676
Binary1101000010100101110101010111000001010001001000101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D052EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D052EA; }

 p { color: rgb(208,82,234); }

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

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

 a { background-color: rgb(208,82,234); }

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

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

 span { border-color: rgb(208,82,234); }

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