Shades of Medium Orchid #D04BF2
Tints of Medium Orchid #D04BF2
RGB
CMYK
RGB Variations
Color information
#D04BF2 (or 0xD04BF2) is known color: Medium Orchid. HEX triplet: D0, 4B and F2. RGB value is (208,75,242). Sum of RGB (Red+Green+Blue) = 208+75+242=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 75 (29.69% from 255 or 14.29% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #D04BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04BF2 is #2FB40D. Grayscale: #858585. Windows color (decimal): -3126286 or 15879120. OLE color: 15879120.
HSL color Cylindrical-coordinate representation of color #D04BF2: hue angle of 287.78º degrees, saturation: 0.87, 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 #D04BF2 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 75 | 242 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.05 |
| HSL | 287.78º | 0.87% | 0.62% | - |
| HSV(B) | 287.78º | 0.69% | 0.95% | - |
| XYZ | 44.56 | 24.85 | 86.45 | - |
| YUV | 133.81 | 189.06 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 242 | 0.14 | 0.69 | 0 | 0.05 | 287.78 | 0.87 | 0.62 |
| Hex | D0 | 4B | F2 | E | 45 | 0 | 5 | 120 | 57 | 3E |
| Octal | 320 | 113 | 362 | 16 | 105 | 0 | 5 | 440 | 127 | 76 |
| Binary | 11010000 | 1001011 | 11110010 | 1110 | 1000101 | 0 | 101 | 100100000 | 1010111 | 111110 |
Color Harmonies of #D04BF2
Complementary color
Monochromatic Colors of #D04BF2
Black with #D04BF2
Text Example
Text Example
White with #D04BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04BF2; }
p { color: rgb(208,75,242); }
H1.HeaderClassName
{
color: #D04BF2;
}
.AnyTagClassName
{
color: #D04BF2;
}
</style>
background-color css
<style>
a { background-color: #D04BF2; }
a { background-color: rgb(208,75,242); }
div.DivClassName
{
background-color: #D04BF2;
}
.BgClassName
{
background-color: #D04BF2;
}
</style>
border-color css
<style>
span { border-color: #D04BF2; }
span { border-color: rgb(208,75,242); }
td.TdClassName
{
border-color: #D04BF2;
}
.TagClassName
{
border-color: #D04BF2;
}
</style>