#D236F3

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

Shades of Medium Orchid #D236F3

Tints of Medium Orchid #D236F3

Color information

#D236F3 (or 0xD236F3) is unknown color: approx Medium Orchid. HEX triplet: D2, 36 and F3. RGB value is (210,54,243). Sum of RGB (Red+Green+Blue) = 210+54+243=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 54 (21.48% from 255 or 10.65% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #D236F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D236F3 is #2DC90C. Grayscale: #797979. Windows color (decimal): -3000589 or 15939282. OLE color: 15939282.

HSL color Cylindrical-coordinate representation of color #D236F3: hue angle of 289.52º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D236F3 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21054243-
CMYK0.140.7800.05
HSL289.52º88.73%58.24%-
HSV(B)289.52º77.78%95.29%-
XYZ44.0822.8186.87-
YUV122.19196.18190.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.42%
GREEN value IS 54 (21.48% from 255) = 10.65%
BLUE value IS 243 (95.31% from 255) = 47.93%
R=41.42%
G=10.65%
B=47.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal210542430.140.7800.05289.5288.7358.24
HexD236F3E4E05122593a
Octal32266363161160544213172
Binary11010010110110111100111110100111001011001000101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D236F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D236F3; }

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

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

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

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

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

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

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

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