Shades of Orchid #CF7AC0
Tints of Orchid #CF7AC0
RGB
CMYK
RGB Variations
Color information
#CF7AC0 (or 0xCF7AC0) is known color: Orchid. HEX triplet: CF, 7A and C0. RGB value is (207,122,192). Sum of RGB (Red+Green+Blue) = 207+122+192=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7AC0 is #30853F. Grayscale: #9B9B9B. Windows color (decimal): -3179840 or 12614351. OLE color: 12614351.
HSL color Cylindrical-coordinate representation of color #CF7AC0: hue angle of 310.59º 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 #CF7AC0 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 192 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.19 |
| HSL | 310.59º | 0.47% | 0.65% | - |
| HSV(B) | 310.59º | 0.41% | 0.81% | - |
| XYZ | 42.21 | 30.99 | 53.63 | - |
| YUV | 155.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 192 | 0 | 0.41 | 0.07 | 0.19 | 310.59 | 0.47 | 0.65 |
| Hex | CF | 7A | C0 | 0 | 29 | 7 | 13 | 137 | 2F | 41 |
| Octal | 317 | 172 | 300 | 0 | 51 | 7 | 23 | 467 | 57 | 101 |
| Binary | 11001111 | 1111010 | 11000000 | 0 | 101001 | 111 | 10011 | 100110111 | 101111 | 1000001 |
Color Harmonies of #CF7AC0
Complementary color
Monochromatic Colors of #CF7AC0
Black with #CF7AC0
Text Example
Text Example
White with #CF7AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7AC0; }
p { color: rgb(207,122,192); }
H1.HeaderClassName
{
color: #CF7AC0;
}
.AnyTagClassName
{
color: #CF7AC0;
}
</style>
background-color css
<style>
a { background-color: #CF7AC0; }
a { background-color: rgb(207,122,192); }
div.DivClassName
{
background-color: #CF7AC0;
}
.BgClassName
{
background-color: #CF7AC0;
}
</style>
border-color css
<style>
span { border-color: #CF7AC0; }
span { border-color: rgb(207,122,192); }
td.TdClassName
{
border-color: #CF7AC0;
}
.TagClassName
{
border-color: #CF7AC0;
}
</style>