Shades of Orchid #CF7BBC
Tints of Orchid #CF7BBC
RGB
CMYK
RGB Variations
Color information
#CF7BBC (or 0xCF7BBC) is known color: Orchid. HEX triplet: CF, 7B and BC. RGB value is (207,123,188). Sum of RGB (Red+Green+Blue) = 207+123+188=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BBC is #308443. Grayscale: #9B9B9B. Windows color (decimal): -3179588 or 12352463. OLE color: 12352463.
HSL color Cylindrical-coordinate representation of color #CF7BBC: hue angle of 313.57º 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 #CF7BBC is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 188 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.19 |
| HSL | 313.57º | 0.47% | 0.65% | - |
| HSV(B) | 313.57º | 0.41% | 0.81% | - |
| XYZ | 41.89 | 31.06 | 51.36 | - |
| YUV | 155.53 | 146.33 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 188 | 0 | 0.41 | 0.09 | 0.19 | 313.57 | 0.47 | 0.65 |
| Hex | CF | 7B | BC | 0 | 29 | 9 | 13 | 13A | 2F | 41 |
| Octal | 317 | 173 | 274 | 0 | 51 | 11 | 23 | 472 | 57 | 101 |
| Binary | 11001111 | 1111011 | 10111100 | 0 | 101001 | 1001 | 10011 | 100111010 | 101111 | 1000001 |
Color Harmonies of #CF7BBC
Complementary color
Monochromatic Colors of #CF7BBC
Black with #CF7BBC
Text Example
Text Example
White with #CF7BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7BBC; }
p { color: rgb(207,123,188); }
H1.HeaderClassName
{
color: #CF7BBC;
}
.AnyTagClassName
{
color: #CF7BBC;
}
</style>
background-color css
<style>
a { background-color: #CF7BBC; }
a { background-color: rgb(207,123,188); }
div.DivClassName
{
background-color: #CF7BBC;
}
.BgClassName
{
background-color: #CF7BBC;
}
</style>
border-color css
<style>
span { border-color: #CF7BBC; }
span { border-color: rgb(207,123,188); }
td.TdClassName
{
border-color: #CF7BBC;
}
.TagClassName
{
border-color: #CF7BBC;
}
</style>