Shades of Medium Orchid #D341FA
Tints of Medium Orchid #D341FA
RGB
CMYK
RGB Variations
Color information
#D341FA (or 0xD341FA) is known color: Medium Orchid. HEX triplet: D3, 41 and FA. RGB value is (211,65,250). Sum of RGB (Red+Green+Blue) = 211+65+250=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 65 (25.78% from 255 or 12.36% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #D341FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D341FA is #2CBE05. Grayscale: #818181. Windows color (decimal): -2932230 or 16400851. OLE color: 16400851.
HSL color Cylindrical-coordinate representation of color #D341FA: hue angle of 287.35º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D341FA is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 65 | 250 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.02 |
| HSL | 287.35º | 0.95% | 0.62% | - |
| HSV(B) | 287.35º | 0.74% | 0.98% | - |
| XYZ | 46.01 | 24.53 | 92.75 | - |
| YUV | 129.74 | 195.87 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 250 | 0.16 | 0.74 | 0 | 0.02 | 287.35 | 0.95 | 0.62 |
| Hex | D3 | 41 | FA | 10 | 4A | 0 | 2 | 11F | 5F | 3E |
| Octal | 323 | 101 | 372 | 20 | 112 | 0 | 2 | 437 | 137 | 76 |
| Binary | 11010011 | 1000001 | 11111010 | 10000 | 1001010 | 0 | 10 | 100011111 | 1011111 | 111110 |
Color Harmonies of #D341FA
Complementary color
Monochromatic Colors of #D341FA
Black with #D341FA
Text Example
Text Example
White with #D341FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D341FA; }
p { color: rgb(211,65,250); }
H1.HeaderClassName
{
color: #D341FA;
}
.AnyTagClassName
{
color: #D341FA;
}
</style>
background-color css
<style>
a { background-color: #D341FA; }
a { background-color: rgb(211,65,250); }
div.DivClassName
{
background-color: #D341FA;
}
.BgClassName
{
background-color: #D341FA;
}
</style>
border-color css
<style>
span { border-color: #D341FA; }
span { border-color: rgb(211,65,250); }
td.TdClassName
{
border-color: #D341FA;
}
.TagClassName
{
border-color: #D341FA;
}
</style>