Shades of Orchid #D27FCC
Tints of Orchid #D27FCC
RGB
CMYK
RGB Variations
Color information
#D27FCC (or 0xD27FCC) is known color: Orchid. HEX triplet: D2, 7F and CC. RGB value is (210,127,204). Sum of RGB (Red+Green+Blue) = 210+127+204=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FCC is #2D8033. Grayscale: #A0A0A0. Windows color (decimal): -2981940 or 13402066. OLE color: 13402066.
HSL color Cylindrical-coordinate representation of color #D27FCC: hue angle of 304.34º 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 #D27FCC is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 204 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.18 |
| HSL | 304.34º | 0.48% | 0.66% | - |
| HSV(B) | 304.34º | 0.4% | 0.82% | - |
| XYZ | 45.07 | 33.24 | 61.17 | - |
| YUV | 160.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 204 | 0 | 0.40 | 0.03 | 0.18 | 304.34 | 0.48 | 0.66 |
| Hex | D2 | 7F | CC | 0 | 28 | 3 | 12 | 130 | 30 | 42 |
| Octal | 322 | 177 | 314 | 0 | 50 | 3 | 22 | 460 | 60 | 102 |
| Binary | 11010010 | 1111111 | 11001100 | 0 | 101000 | 11 | 10010 | 100110000 | 110000 | 1000010 |
Color Harmonies of #D27FCC
Complementary color
Monochromatic Colors of #D27FCC
Black with #D27FCC
Text Example
Text Example
White with #D27FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27FCC; }
p { color: rgb(210,127,204); }
H1.HeaderClassName
{
color: #D27FCC;
}
.AnyTagClassName
{
color: #D27FCC;
}
</style>
background-color css
<style>
a { background-color: #D27FCC; }
a { background-color: rgb(210,127,204); }
div.DivClassName
{
background-color: #D27FCC;
}
.BgClassName
{
background-color: #D27FCC;
}
</style>
border-color css
<style>
span { border-color: #D27FCC; }
span { border-color: rgb(210,127,204); }
td.TdClassName
{
border-color: #D27FCC;
}
.TagClassName
{
border-color: #D27FCC;
}
</style>