Shades of Orchid #D27FC5
Tints of Orchid #D27FC5
RGB
CMYK
RGB Variations
Color information
#D27FC5 (or 0xD27FC5) is known color: Orchid. HEX triplet: D2, 7F and C5. RGB value is (210,127,197). Sum of RGB (Red+Green+Blue) = 210+127+197=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FC5 is #2D803A. Grayscale: #9F9F9F. Windows color (decimal): -2981947 or 12943314. OLE color: 12943314.
HSL color Cylindrical-coordinate representation of color #D27FC5: hue angle of 309.4º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27FC5 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 197 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.18 |
| HSL | 309.4º | 0.48% | 0.66% | - |
| HSV(B) | 309.4º | 0.4% | 0.82% | - |
| XYZ | 44.25 | 32.91 | 56.84 | - |
| YUV | 159.8 | 149 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 197 | 0 | 0.40 | 0.06 | 0.18 | 309.4 | 0.48 | 0.66 |
| Hex | D2 | 7F | C5 | 0 | 28 | 6 | 12 | 135 | 30 | 42 |
| Octal | 322 | 177 | 305 | 0 | 50 | 6 | 22 | 465 | 60 | 102 |
| Binary | 11010010 | 1111111 | 11000101 | 0 | 101000 | 110 | 10010 | 100110101 | 110000 | 1000010 |
Color Harmonies of #D27FC5
Complementary color
Monochromatic Colors of #D27FC5
Black with #D27FC5
Text Example
Text Example
White with #D27FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27FC5; }
p { color: rgb(210,127,197); }
H1.HeaderClassName
{
color: #D27FC5;
}
.AnyTagClassName
{
color: #D27FC5;
}
</style>
background-color css
<style>
a { background-color: #D27FC5; }
a { background-color: rgb(210,127,197); }
div.DivClassName
{
background-color: #D27FC5;
}
.BgClassName
{
background-color: #D27FC5;
}
</style>
border-color css
<style>
span { border-color: #D27FC5; }
span { border-color: rgb(210,127,197); }
td.TdClassName
{
border-color: #D27FC5;
}
.TagClassName
{
border-color: #D27FC5;
}
</style>