#D236F7

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

Shades of Medium Orchid #D236F7

Tints of Medium Orchid #D236F7

Color information

#D236F7 (or 0xD236F7) is unknown color: approx Medium Orchid. HEX triplet: D2, 36 and F7. RGB value is (210,54,247). Sum of RGB (Red+Green+Blue) = 210+54+247=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 54 (21.48% from 255 or 10.57% from 511); Blue value is 247 (96.88% from 255 or 48.34% from 511); Max value from RGB is 247 - color contains mainly: blue. Hex color #D236F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D236F7 is #2DC908. Grayscale: #7A7A7A. Windows color (decimal): -3000585 or 16201426. OLE color: 16201426.

HSL color Cylindrical-coordinate representation of color #D236F7: hue angle of 288.5º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D236F7 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21054247-
CMYK0.150.7800.03
HSL288.5º92.34%59.02%-
HSV(B)288.5º78.14%96.86%-
XYZ44.6923.0690.09-
YUV122.65198.18190.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.10%
GREEN value IS 54 (21.48% from 255) = 10.57%
BLUE value IS 247 (96.88% from 255) = 48.34%
R=41.10%
G=10.57%
B=48.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal210542470.150.7800.03288.592.3459.02
HexD236F7F4E031205c3b
Octal32266367171160344013473
Binary1101001011011011110111111110011100111001000001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D236F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D236F7; }

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

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

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

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

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

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

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

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