Shades of Orchid #D27FC3
Tints of Orchid #D27FC3
RGB
CMYK
RGB Variations
Color information
#D27FC3 (or 0xD27FC3) is known color: Orchid. HEX triplet: D2, 7F and C3. RGB value is (210,127,195). Sum of RGB (Red+Green+Blue) = 210+127+195=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FC3 is #2D803C. Grayscale: #9F9F9F. Windows color (decimal): -2981949 or 12812242. OLE color: 12812242.
HSL color Cylindrical-coordinate representation of color #D27FC3: hue angle of 310.84º 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 #D27FC3 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 195 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.18 |
| HSL | 310.84º | 0.48% | 0.66% | - |
| HSV(B) | 310.84º | 0.4% | 0.82% | - |
| XYZ | 44.02 | 32.82 | 55.64 | - |
| YUV | 159.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 195 | 0 | 0.40 | 0.07 | 0.18 | 310.84 | 0.48 | 0.66 |
| Hex | D2 | 7F | C3 | 0 | 28 | 7 | 12 | 137 | 30 | 42 |
| Octal | 322 | 177 | 303 | 0 | 50 | 7 | 22 | 467 | 60 | 102 |
| Binary | 11010010 | 1111111 | 11000011 | 0 | 101000 | 111 | 10010 | 100110111 | 110000 | 1000010 |
Color Harmonies of #D27FC3
Complementary color
Monochromatic Colors of #D27FC3
Black with #D27FC3
Text Example
Text Example
White with #D27FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27FC3; }
p { color: rgb(210,127,195); }
H1.HeaderClassName
{
color: #D27FC3;
}
.AnyTagClassName
{
color: #D27FC3;
}
</style>
background-color css
<style>
a { background-color: #D27FC3; }
a { background-color: rgb(210,127,195); }
div.DivClassName
{
background-color: #D27FC3;
}
.BgClassName
{
background-color: #D27FC3;
}
</style>
border-color css
<style>
span { border-color: #D27FC3; }
span { border-color: rgb(210,127,195); }
td.TdClassName
{
border-color: #D27FC3;
}
.TagClassName
{
border-color: #D27FC3;
}
</style>