#D24AF1

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

Shades of Medium Orchid #D24AF1

Tints of Medium Orchid #D24AF1

Color information

#D24AF1 (or 0xD24AF1) is unknown color: approx Medium Orchid. HEX triplet: D2, 4A and F1. RGB value is (210,74,241). Sum of RGB (Red+Green+Blue) = 210+74+241=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #D24AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24AF1 is #2DB50E. Grayscale: #858585. Windows color (decimal): -2995471 or 15813330. OLE color: 15813330.

HSL color Cylindrical-coordinate representation of color #D24AF1: hue angle of 288.86º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24AF1 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21074241-
CMYK0.130.6900.05
HSL288.86º85.64%61.76%-
HSV(B)288.86º69.29%94.51%-
XYZ44.924.9585.67-
YUV133.7188.56182.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 74 (29.30% from 255) = 14.10%
BLUE value IS 241 (94.53% from 255) = 45.90%
R=40%
G=14.10%
B=45.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal210742410.130.6900.05288.8685.6461.76
HexD24AF1D4505121563e
Octal322112361151050544112676
Binary110100101001010111100011101100010101011001000011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24AF1; }

 p { color: rgb(210,74,241); }

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

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

 a { background-color: rgb(210,74,241); }

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

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

 span { border-color: rgb(210,74,241); }

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