#D035DE

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

Shades of Medium Orchid #D035DE

Tints of Medium Orchid #D035DE

Color information

#D035DE (or 0xD035DE) is unknown color: approx Medium Orchid. HEX triplet: D0, 35 and DE. RGB value is (208,53,222). Sum of RGB (Red+Green+Blue) = 208+53+222=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 53 (21.09% from 255 or 10.97% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #D035DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035DE is #2FCA21. Grayscale: #767676. Windows color (decimal): -3131938 or 14562768. OLE color: 14562768.

HSL color Cylindrical-coordinate representation of color #D035DE: hue angle of 295.03º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D035DE is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20853222-
CMYK0.060.7600.13
HSL295.03º71.91%53.92%-
HSV(B)295.03º76.13%87.06%-
XYZ40.4721.2371.07-
YUV118.61186.35191.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.06%
GREEN value IS 53 (21.09% from 255) = 10.97%
BLUE value IS 222 (87.11% from 255) = 45.96%
R=43.06%
G=10.97%
B=45.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208532220.060.7600.13295.0371.9153.92
HexD035DE64C0D1274836
Octal32065336611401544711066
Binary11010000110101110111101101001100011011001001111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D035DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D035DE; }

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

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

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

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

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

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

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

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