#D235ED

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

Shades of Medium Orchid #D235ED

Tints of Medium Orchid #D235ED

Color information

#D235ED (or 0xD235ED) is unknown color: approx Medium Orchid. HEX triplet: D2, 35 and ED. RGB value is (210,53,237). Sum of RGB (Red+Green+Blue) = 210+53+237=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 53 (21.09% from 255 or 10.6% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #D235ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D235ED is #2DCA12. Grayscale: #787878. Windows color (decimal): -3000851 or 15545810. OLE color: 15545810.

HSL color Cylindrical-coordinate representation of color #D235ED: hue angle of 291.2º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D235ED is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21053237-
CMYK0.110.7800.07
HSL291.2º83.64%56.86%-
HSV(B)291.2º77.64%92.94%-
XYZ43.1422.3682.16-
YUV120.92193.51191.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42%
GREEN value IS 53 (21.09% from 255) = 10.6%
BLUE value IS 237 (92.97% from 255) = 47.4%
R=42%
G=10.6%
B=47.4%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal210532370.110.7800.07291.283.6456.86
HexD235EDB4E071235439
Octal32265355131160744312471
Binary11010010110101111011011011100111001111001000111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D235ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D235ED; }

 p { color: rgb(210,53,237); }

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

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

 a { background-color: rgb(210,53,237); }

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

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

 span { border-color: rgb(210,53,237); }

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