Shades of Orchid #D472CF
Tints of Orchid #D472CF
RGB
CMYK
RGB Variations
Color information
#D472CF (or 0xD472CF) is known color: Orchid. HEX triplet: D4, 72 and CF. RGB value is (212,114,207). Sum of RGB (Red+Green+Blue) = 212+114+207=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D472CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D472CF is #2B8D30. Grayscale: #999999. Windows color (decimal): -2854193 or 13595348. OLE color: 13595348.
HSL color Cylindrical-coordinate representation of color #D472CF: hue angle of 303.06º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D472CF is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 114 | 207 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.17 |
| HSL | 303.06º | 0.53% | 0.64% | - |
| HSV(B) | 303.06º | 0.46% | 0.83% | - |
| XYZ | 44.43 | 30.54 | 62.58 | - |
| YUV | 153.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 207 | 0 | 0.46 | 0.02 | 0.17 | 303.06 | 0.53 | 0.64 |
| Hex | D4 | 72 | CF | 0 | 2E | 2 | 11 | 12F | 35 | 40 |
| Octal | 324 | 162 | 317 | 0 | 56 | 2 | 21 | 457 | 65 | 100 |
| Binary | 11010100 | 1110010 | 11001111 | 0 | 101110 | 10 | 10001 | 100101111 | 110101 | 1000000 |
Color Harmonies of #D472CF
Complementary color
Monochromatic Colors of #D472CF
Black with #D472CF
Text Example
Text Example
White with #D472CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D472CF; }
p { color: rgb(212,114,207); }
H1.HeaderClassName
{
color: #D472CF;
}
.AnyTagClassName
{
color: #D472CF;
}
</style>
background-color css
<style>
a { background-color: #D472CF; }
a { background-color: rgb(212,114,207); }
div.DivClassName
{
background-color: #D472CF;
}
.BgClassName
{
background-color: #D472CF;
}
</style>
border-color css
<style>
span { border-color: #D472CF; }
span { border-color: rgb(212,114,207); }
td.TdClassName
{
border-color: #D472CF;
}
.TagClassName
{
border-color: #D472CF;
}
</style>