Shades of Orchid #CF7ABC
Tints of Orchid #CF7ABC
RGB
CMYK
RGB Variations
Color information
#CF7ABC (or 0xCF7ABC) is known color: Orchid. HEX triplet: CF, 7A and BC. RGB value is (207,122,188). Sum of RGB (Red+Green+Blue) = 207+122+188=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ABC is #308543. Grayscale: #9A9A9A. Windows color (decimal): -3179844 or 12352207. OLE color: 12352207.
HSL color Cylindrical-coordinate representation of color #CF7ABC: hue angle of 313.41º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7ABC is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 188 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.19 |
| HSL | 313.41º | 0.47% | 0.65% | - |
| HSV(B) | 313.41º | 0.41% | 0.81% | - |
| XYZ | 41.77 | 30.82 | 51.32 | - |
| YUV | 154.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 188 | 0 | 0.41 | 0.09 | 0.19 | 313.41 | 0.47 | 0.65 |
| Hex | CF | 7A | BC | 0 | 29 | 9 | 13 | 139 | 2F | 41 |
| Octal | 317 | 172 | 274 | 0 | 51 | 11 | 23 | 471 | 57 | 101 |
| Binary | 11001111 | 1111010 | 10111100 | 0 | 101001 | 1001 | 10011 | 100111001 | 101111 | 1000001 |
Color Harmonies of #CF7ABC
Complementary color
Monochromatic Colors of #CF7ABC
Black with #CF7ABC
Text Example
Text Example
White with #CF7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7ABC; }
p { color: rgb(207,122,188); }
H1.HeaderClassName
{
color: #CF7ABC;
}
.AnyTagClassName
{
color: #CF7ABC;
}
</style>
background-color css
<style>
a { background-color: #CF7ABC; }
a { background-color: rgb(207,122,188); }
div.DivClassName
{
background-color: #CF7ABC;
}
.BgClassName
{
background-color: #CF7ABC;
}
</style>
border-color css
<style>
span { border-color: #CF7ABC; }
span { border-color: rgb(207,122,188); }
td.TdClassName
{
border-color: #CF7ABC;
}
.TagClassName
{
border-color: #CF7ABC;
}
</style>