Shades of Orchid #D27FCA
Tints of Orchid #D27FCA
RGB
CMYK
RGB Variations
Color information
#D27FCA (or 0xD27FCA) is known color: Orchid. HEX triplet: D2, 7F and CA. RGB value is (210,127,202). Sum of RGB (Red+Green+Blue) = 210+127+202=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FCA is #2D8035. Grayscale: #A0A0A0. Windows color (decimal): -2981942 or 13270994. OLE color: 13270994.
HSL color Cylindrical-coordinate representation of color #D27FCA: hue angle of 305.78º 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 #D27FCA is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 202 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.18 |
| HSL | 305.78º | 0.48% | 0.66% | - |
| HSV(B) | 305.78º | 0.4% | 0.82% | - |
| XYZ | 44.83 | 33.14 | 59.91 | - |
| YUV | 160.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 202 | 0 | 0.40 | 0.04 | 0.18 | 305.78 | 0.48 | 0.66 |
| Hex | D2 | 7F | CA | 0 | 28 | 4 | 12 | 132 | 30 | 42 |
| Octal | 322 | 177 | 312 | 0 | 50 | 4 | 22 | 462 | 60 | 102 |
| Binary | 11010010 | 1111111 | 11001010 | 0 | 101000 | 100 | 10010 | 100110010 | 110000 | 1000010 |
Color Harmonies of #D27FCA
Complementary color
Monochromatic Colors of #D27FCA
Black with #D27FCA
Text Example
Text Example
White with #D27FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27FCA; }
p { color: rgb(210,127,202); }
H1.HeaderClassName
{
color: #D27FCA;
}
.AnyTagClassName
{
color: #D27FCA;
}
</style>
background-color css
<style>
a { background-color: #D27FCA; }
a { background-color: rgb(210,127,202); }
div.DivClassName
{
background-color: #D27FCA;
}
.BgClassName
{
background-color: #D27FCA;
}
</style>
border-color css
<style>
span { border-color: #D27FCA; }
span { border-color: rgb(210,127,202); }
td.TdClassName
{
border-color: #D27FCA;
}
.TagClassName
{
border-color: #D27FCA;
}
</style>