#D035EA

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

Shades of Medium Orchid #D035EA

Tints of Medium Orchid #D035EA

Color information

#D035EA (or 0xD035EA) is unknown color: approx Medium Orchid. HEX triplet: D0, 35 and EA. RGB value is (208,53,234). Sum of RGB (Red+Green+Blue) = 208+53+234=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 53 (21.09% from 255 or 10.71% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #D035EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D035EA is #2FCA15. Grayscale: #777777. Windows color (decimal): -3131926 or 15349200. OLE color: 15349200.

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

Color convert

RGB20853234-
CMYK0.110.7700.08
HSL291.38º81.17%56.27%-
HSV(B)291.38º77.35%91.76%-
XYZ42.1421.979.85-
YUV119.98192.35190.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.02%
GREEN value IS 53 (21.09% from 255) = 10.71%
BLUE value IS 234 (91.80% from 255) = 47.27%
R=42.02%
G=10.71%
B=47.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal208532340.110.7700.08291.3881.1756.27
HexD035EAB4D081235138
Octal320653521311501044312170
Binary110100001101011110101010111001101010001001000111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D035EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D035EA; }

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

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

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

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

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

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

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

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