Shades of Orchid #CF7ACE
Tints of Orchid #CF7ACE
RGB
CMYK
RGB Variations
Color information
#CF7ACE (or 0xCF7ACE) is known color: Orchid. HEX triplet: CF, 7A and CE. RGB value is (207,122,206). Sum of RGB (Red+Green+Blue) = 207+122+206=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ACE is #308531. Grayscale: #9C9C9C. Windows color (decimal): -3179826 or 13531855. OLE color: 13531855.
HSL color Cylindrical-coordinate representation of color #CF7ACE: hue angle of 300.71º 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 #CF7ACE is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 206 | - |
| CMYK | 0 | 0.41 | 0.00 | 0.19 |
| HSL | 300.71º | 0.47% | 0.65% | - |
| HSV(B) | 300.71º | 0.41% | 0.81% | - |
| XYZ | 43.83 | 31.64 | 62.19 | - |
| YUV | 156.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 206 | 0 | 0.41 | 0.00 | 0.19 | 300.71 | 0.47 | 0.65 |
| Hex | CF | 7A | CE | 0 | 29 | 0 | 13 | 12D | 2F | 41 |
| Octal | 317 | 172 | 316 | 0 | 51 | 0 | 23 | 455 | 57 | 101 |
| Binary | 11001111 | 1111010 | 11001110 | 0 | 101001 | 0 | 10011 | 100101101 | 101111 | 1000001 |
Color Harmonies of #CF7ACE
Complementary color
Monochromatic Colors of #CF7ACE
Black with #CF7ACE
Text Example
Text Example
White with #CF7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7ACE; }
p { color: rgb(207,122,206); }
H1.HeaderClassName
{
color: #CF7ACE;
}
.AnyTagClassName
{
color: #CF7ACE;
}
</style>
background-color css
<style>
a { background-color: #CF7ACE; }
a { background-color: rgb(207,122,206); }
div.DivClassName
{
background-color: #CF7ACE;
}
.BgClassName
{
background-color: #CF7ACE;
}
</style>
border-color css
<style>
span { border-color: #CF7ACE; }
span { border-color: rgb(207,122,206); }
td.TdClassName
{
border-color: #CF7ACE;
}
.TagClassName
{
border-color: #CF7ACE;
}
</style>