#D236E4

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

Shades of Medium Orchid #D236E4

Tints of Medium Orchid #D236E4

Color information

#D236E4 (or 0xD236E4) is unknown color: approx Medium Orchid. HEX triplet: D2, 36 and E4. RGB value is (210,54,228). Sum of RGB (Red+Green+Blue) = 210+54+228=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 54 (21.48% from 255 or 10.98% from 492); Blue value is 228 (89.45% from 255 or 46.34% from 492); Max value from RGB is 228 - color contains mainly: blue. Hex color #D236E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236E4 is #2DC91B. Grayscale: #777777. Windows color (decimal): -3000604 or 14956242. OLE color: 14956242.

HSL color Cylindrical-coordinate representation of color #D236E4: hue angle of 293.79º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D236E4 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21054228-
CMYK0.080.7600.11
HSL293.79º76.32%55.29%-
HSV(B)293.79º76.32%89.41%-
XYZ41.921.9475.43-
YUV120.48188.68191.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.68%
GREEN value IS 54 (21.48% from 255) = 10.98%
BLUE value IS 228 (89.45% from 255) = 46.34%
R=42.68%
G=10.98%
B=46.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal210542280.080.7600.11293.7976.3255.29
HexD236E484C0B1264c37
Octal322663441011401344611467
Binary110100101101101110010010001001100010111001001101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D236E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D236E4; }

 p { color: rgb(210,54,228); }

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

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

 a { background-color: rgb(210,54,228); }

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

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

 span { border-color: rgb(210,54,228); }

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