Shades of Medium Orchid #D435F2
Tints of Medium Orchid #D435F2
RGB
CMYK
RGB Variations
Color information
#D435F2 (or 0xD435F2) is known color: Medium Orchid. HEX triplet: D4, 35 and F2. RGB value is (212,53,242). Sum of RGB (Red+Green+Blue) = 212+53+242=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 53 (21.09% from 255 or 10.45% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #D435F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D435F2 is #2BCA0D. Grayscale: #797979. Windows color (decimal): -2869774 or 15873492. OLE color: 15873492.
HSL color Cylindrical-coordinate representation of color #D435F2: hue angle of 290.48º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D435F2 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 53 | 242 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.05 |
| HSL | 290.48º | 0.88% | 0.58% | - |
| HSV(B) | 290.48º | 0.78% | 0.95% | - |
| XYZ | 44.45 | 22.95 | 86.09 | - |
| YUV | 122.09 | 195.68 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 242 | 0.12 | 0.78 | 0 | 0.05 | 290.48 | 0.88 | 0.58 |
| Hex | D4 | 35 | F2 | C | 4E | 0 | 5 | 122 | 58 | 3A |
| Octal | 324 | 65 | 362 | 14 | 116 | 0 | 5 | 442 | 130 | 72 |
| Binary | 11010100 | 110101 | 11110010 | 1100 | 1001110 | 0 | 101 | 100100010 | 1011000 | 111010 |
Color Harmonies of #D435F2
Complementary color
Monochromatic Colors of #D435F2
Black with #D435F2
Text Example
Text Example
White with #D435F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D435F2; }
p { color: rgb(212,53,242); }
H1.HeaderClassName
{
color: #D435F2;
}
.AnyTagClassName
{
color: #D435F2;
}
</style>
background-color css
<style>
a { background-color: #D435F2; }
a { background-color: rgb(212,53,242); }
div.DivClassName
{
background-color: #D435F2;
}
.BgClassName
{
background-color: #D435F2;
}
</style>
border-color css
<style>
span { border-color: #D435F2; }
span { border-color: rgb(212,53,242); }
td.TdClassName
{
border-color: #D435F2;
}
.TagClassName
{
border-color: #D435F2;
}
</style>