Shades of Orchid #D271CF
Tints of Orchid #D271CF
RGB
CMYK
RGB Variations
Color information
#D271CF (or 0xD271CF) is known color: Orchid. HEX triplet: D2, 71 and CF. RGB value is (210,113,207). Sum of RGB (Red+Green+Blue) = 210+113+207=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D271CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271CF is #2D8E30. Grayscale: #989898. Windows color (decimal): -2985521 or 13595090. OLE color: 13595090.
HSL color Cylindrical-coordinate representation of color #D271CF: hue angle of 301.86º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D271CF is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 207 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.18 |
| HSL | 301.86º | 0.52% | 0.63% | - |
| HSV(B) | 301.86º | 0.46% | 0.82% | - |
| XYZ | 43.75 | 30.02 | 62.52 | - |
| YUV | 152.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 207 | 0 | 0.46 | 0.01 | 0.18 | 301.86 | 0.52 | 0.63 |
| Hex | D2 | 71 | CF | 0 | 2E | 1 | 12 | 12E | 34 | 3F |
| Octal | 322 | 161 | 317 | 0 | 56 | 1 | 22 | 456 | 64 | 77 |
| Binary | 11010010 | 1110001 | 11001111 | 0 | 101110 | 1 | 10010 | 100101110 | 110100 | 111111 |
Color Harmonies of #D271CF
Complementary color
Monochromatic Colors of #D271CF
Black with #D271CF
Text Example
Text Example
White with #D271CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271CF; }
p { color: rgb(210,113,207); }
H1.HeaderClassName
{
color: #D271CF;
}
.AnyTagClassName
{
color: #D271CF;
}
</style>
background-color css
<style>
a { background-color: #D271CF; }
a { background-color: rgb(210,113,207); }
div.DivClassName
{
background-color: #D271CF;
}
.BgClassName
{
background-color: #D271CF;
}
</style>
border-color css
<style>
span { border-color: #D271CF; }
span { border-color: rgb(210,113,207); }
td.TdClassName
{
border-color: #D271CF;
}
.TagClassName
{
border-color: #D271CF;
}
</style>