Shades of Orchid #D271CD
Tints of Orchid #D271CD
RGB
CMYK
RGB Variations
Color information
#D271CD (or 0xD271CD) is known color: Orchid. HEX triplet: D2, 71 and CD. RGB value is (210,113,205). Sum of RGB (Red+Green+Blue) = 210+113+205=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D271CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271CD is #2D8E32. Grayscale: #989898. Windows color (decimal): -2985523 or 13464018. OLE color: 13464018.
HSL color Cylindrical-coordinate representation of color #D271CD: hue angle of 303.09º 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 #D271CD is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 205 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.18 |
| HSL | 303.09º | 0.52% | 0.63% | - |
| HSV(B) | 303.09º | 0.46% | 0.82% | - |
| XYZ | 43.5 | 29.92 | 61.24 | - |
| YUV | 152.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 205 | 0 | 0.46 | 0.02 | 0.18 | 303.09 | 0.52 | 0.63 |
| Hex | D2 | 71 | CD | 0 | 2E | 2 | 12 | 12F | 34 | 3F |
| Octal | 322 | 161 | 315 | 0 | 56 | 2 | 22 | 457 | 64 | 77 |
| Binary | 11010010 | 1110001 | 11001101 | 0 | 101110 | 10 | 10010 | 100101111 | 110100 | 111111 |
Color Harmonies of #D271CD
Complementary color
Monochromatic Colors of #D271CD
Black with #D271CD
Text Example
Text Example
White with #D271CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271CD; }
p { color: rgb(210,113,205); }
H1.HeaderClassName
{
color: #D271CD;
}
.AnyTagClassName
{
color: #D271CD;
}
</style>
background-color css
<style>
a { background-color: #D271CD; }
a { background-color: rgb(210,113,205); }
div.DivClassName
{
background-color: #D271CD;
}
.BgClassName
{
background-color: #D271CD;
}
</style>
border-color css
<style>
span { border-color: #D271CD; }
span { border-color: rgb(210,113,205); }
td.TdClassName
{
border-color: #D271CD;
}
.TagClassName
{
border-color: #D271CD;
}
</style>