Shades of Orchid #CF6FD3
Tints of Orchid #CF6FD3
RGB
CMYK
RGB Variations
Color information
#CF6FD3 (or 0xCF6FD3) is known color: Orchid. HEX triplet: CF, 6F and D3. RGB value is (207,111,211). Sum of RGB (Red+Green+Blue) = 207+111+211=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF6FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FD3 is #30902C. Grayscale: #969696. Windows color (decimal): -3182637 or 13856719. OLE color: 13856719.
HSL color Cylindrical-coordinate representation of color #CF6FD3: hue angle of 297.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6FD3 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 111 | 211 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.17 |
| HSL | 297.6º | 0.53% | 0.63% | - |
| HSV(B) | 297.6º | 0.47% | 0.83% | - |
| XYZ | 43.17 | 29.34 | 65.02 | - |
| YUV | 151.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 211 | 0.02 | 0.47 | 0 | 0.17 | 297.6 | 0.53 | 0.63 |
| Hex | CF | 6F | D3 | 2 | 2F | 0 | 11 | 12A | 35 | 3F |
| Octal | 317 | 157 | 323 | 2 | 57 | 0 | 21 | 452 | 65 | 77 |
| Binary | 11001111 | 1101111 | 11010011 | 10 | 101111 | 0 | 10001 | 100101010 | 110101 | 111111 |
Color Harmonies of #CF6FD3
Complementary color
Monochromatic Colors of #CF6FD3
Black with #CF6FD3
Text Example
Text Example
White with #CF6FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FD3; }
p { color: rgb(207,111,211); }
H1.HeaderClassName
{
color: #CF6FD3;
}
.AnyTagClassName
{
color: #CF6FD3;
}
</style>
background-color css
<style>
a { background-color: #CF6FD3; }
a { background-color: rgb(207,111,211); }
div.DivClassName
{
background-color: #CF6FD3;
}
.BgClassName
{
background-color: #CF6FD3;
}
</style>
border-color css
<style>
span { border-color: #CF6FD3; }
span { border-color: rgb(207,111,211); }
td.TdClassName
{
border-color: #CF6FD3;
}
.TagClassName
{
border-color: #CF6FD3;
}
</style>