#D24BF0

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

Shades of Medium Orchid #D24BF0

Tints of Medium Orchid #D24BF0

Color information

#D24BF0 (or 0xD24BF0) is unknown color: approx Medium Orchid. HEX triplet: D2, 4B and F0. RGB value is (210,75,240). Sum of RGB (Red+Green+Blue) = 210+75+240=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 75 (29.69% from 255 or 14.29% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #D24BF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24BF0 is #2DB40F. Grayscale: #858585. Windows color (decimal): -2995216 or 15748050. OLE color: 15748050.

HSL color Cylindrical-coordinate representation of color #D24BF0: hue angle of 289.09º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24BF0 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21075240-
CMYK0.120.6900.06
HSL289.09º84.62%61.76%-
HSV(B)289.09º68.75%94.12%-
XYZ44.8225.0384.91-
YUV134.18187.73182.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 75 (29.69% from 255) = 14.29%
BLUE value IS 240 (94.14% from 255) = 45.71%
R=40%
G=14.29%
B=45.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal210752400.120.6900.06289.0984.6261.76
HexD24BF0C4506121553e
Octal322113360141050644112576
Binary110100101001011111100001100100010101101001000011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24BF0; }

 p { color: rgb(210,75,240); }

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

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

 a { background-color: rgb(210,75,240); }

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

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

 span { border-color: rgb(210,75,240); }

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