Shades of Orchid #D671CF
Tints of Orchid #D671CF
RGB
CMYK
RGB Variations
Color information
#D671CF (or 0xD671CF) is known color: Orchid. HEX triplet: D6, 71 and CF. RGB value is (214,113,207). Sum of RGB (Red+Green+Blue) = 214+113+207=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D671CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671CF is #298E30. Grayscale: #999999. Windows color (decimal): -2723377 or 13595094. OLE color: 13595094.
HSL color Cylindrical-coordinate representation of color #D671CF: hue angle of 304.16º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D671CF is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 113 | 207 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.16 |
| HSL | 304.16º | 0.55% | 0.64% | - |
| HSV(B) | 304.16º | 0.47% | 0.84% | - |
| XYZ | 44.9 | 30.61 | 62.57 | - |
| YUV | 153.92 | 157.96 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 113 | 207 | 0 | 0.47 | 0.03 | 0.16 | 304.16 | 0.55 | 0.64 |
| Hex | D6 | 71 | CF | 0 | 2F | 3 | 10 | 130 | 37 | 40 |
| Octal | 326 | 161 | 317 | 0 | 57 | 3 | 20 | 460 | 67 | 100 |
| Binary | 11010110 | 1110001 | 11001111 | 0 | 101111 | 11 | 10000 | 100110000 | 110111 | 1000000 |
Color Harmonies of #D671CF
Complementary color
Monochromatic Colors of #D671CF
Black with #D671CF
Text Example
Text Example
White with #D671CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D671CF; }
p { color: rgb(214,113,207); }
H1.HeaderClassName
{
color: #D671CF;
}
.AnyTagClassName
{
color: #D671CF;
}
</style>
background-color css
<style>
a { background-color: #D671CF; }
a { background-color: rgb(214,113,207); }
div.DivClassName
{
background-color: #D671CF;
}
.BgClassName
{
background-color: #D671CF;
}
</style>
border-color css
<style>
span { border-color: #D671CF; }
span { border-color: rgb(214,113,207); }
td.TdClassName
{
border-color: #D671CF;
}
.TagClassName
{
border-color: #D671CF;
}
</style>