Shades of Orchid #CF7FD3
Tints of Orchid #CF7FD3
RGB
CMYK
RGB Variations
Color information
#CF7FD3 (or 0xCF7FD3) is known color: Orchid. HEX triplet: CF, 7F and D3. RGB value is (207,127,211). Sum of RGB (Red+Green+Blue) = 207+127+211=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF7FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FD3 is #30802C. Grayscale: #A0A0A0. Windows color (decimal): -3178541 or 13860815. OLE color: 13860815.
HSL color Cylindrical-coordinate representation of color #CF7FD3: hue angle of 297.14º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7FD3 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 127 | 211 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.17 |
| HSL | 297.14º | 0.49% | 0.66% | - |
| HSV(B) | 297.14º | 0.4% | 0.83% | - |
| XYZ | 45.08 | 33.15 | 65.65 | - |
| YUV | 160.5 | 156.5 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 211 | 0.02 | 0.40 | 0 | 0.17 | 297.14 | 0.49 | 0.66 |
| Hex | CF | 7F | D3 | 2 | 28 | 0 | 11 | 129 | 31 | 42 |
| Octal | 317 | 177 | 323 | 2 | 50 | 0 | 21 | 451 | 61 | 102 |
| Binary | 11001111 | 1111111 | 11010011 | 10 | 101000 | 0 | 10001 | 100101001 | 110001 | 1000010 |
Color Harmonies of #CF7FD3
Complementary color
Monochromatic Colors of #CF7FD3
Black with #CF7FD3
Text Example
Text Example
White with #CF7FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FD3; }
p { color: rgb(207,127,211); }
H1.HeaderClassName
{
color: #CF7FD3;
}
.AnyTagClassName
{
color: #CF7FD3;
}
</style>
background-color css
<style>
a { background-color: #CF7FD3; }
a { background-color: rgb(207,127,211); }
div.DivClassName
{
background-color: #CF7FD3;
}
.BgClassName
{
background-color: #CF7FD3;
}
</style>
border-color css
<style>
span { border-color: #CF7FD3; }
span { border-color: rgb(207,127,211); }
td.TdClassName
{
border-color: #CF7FD3;
}
.TagClassName
{
border-color: #CF7FD3;
}
</style>