#d235e0

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

Shades of Medium Orchid #D235E0

Tints of Medium Orchid #D235E0

Color information

#D235E0 (or 0xD235E0) is unknown color: approx Medium Orchid. HEX triplet: D2, 35 and E0. RGB value is (210,53,224). Sum of RGB (Red+Green+Blue) = 210+53+224=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 53 (21.09% from 255 or 10.88% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #D235E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D235E0 is #2DCA1F. Grayscale: #767676. Windows color (decimal): -3000864 or 14693842. OLE color: 14693842.

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

Color convert

RGB21053224-
CMYK0.060.7600.12
HSL295.09º73.39%54.31%-
HSV(B)295.09º76.34%87.84%-
XYZ41.3121.6372.52-
YUV119.44187.01192.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.12%
GREEN value IS 53 (21.09% from 255) = 10.88%
BLUE value IS 224 (87.89% from 255) = 46.00%
R=43.12%
G=10.88%
B=46.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal210532240.060.7600.12295.0973.3954.31
HexD235E064C0C1274936
Octal32265340611401444711166
Binary11010010110101111000001101001100011001001001111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d235e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d235e0; }

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

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

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

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

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

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

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

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