Shades of Orchid #CF7BBD
Tints of Orchid #CF7BBD
RGB
CMYK
RGB Variations
Color information
#CF7BBD (or 0xCF7BBD) is known color: Orchid. HEX triplet: CF, 7B and BD. RGB value is (207,123,189). Sum of RGB (Red+Green+Blue) = 207+123+189=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BBD is #308442. Grayscale: #9B9B9B. Windows color (decimal): -3179587 or 12417999. OLE color: 12417999.
HSL color Cylindrical-coordinate representation of color #CF7BBD: hue angle of 312.86º 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 #CF7BBD is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 189 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.19 |
| HSL | 312.86º | 0.47% | 0.65% | - |
| HSV(B) | 312.86º | 0.41% | 0.81% | - |
| XYZ | 42 | 31.11 | 51.93 | - |
| YUV | 155.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 189 | 0 | 0.41 | 0.09 | 0.19 | 312.86 | 0.47 | 0.65 |
| Hex | CF | 7B | BD | 0 | 29 | 9 | 13 | 139 | 2F | 41 |
| Octal | 317 | 173 | 275 | 0 | 51 | 11 | 23 | 471 | 57 | 101 |
| Binary | 11001111 | 1111011 | 10111101 | 0 | 101001 | 1001 | 10011 | 100111001 | 101111 | 1000001 |
Color Harmonies of #CF7BBD
Complementary color
Monochromatic Colors of #CF7BBD
Black with #CF7BBD
Text Example
Text Example
White with #CF7BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7BBD; }
p { color: rgb(207,123,189); }
H1.HeaderClassName
{
color: #CF7BBD;
}
.AnyTagClassName
{
color: #CF7BBD;
}
</style>
background-color css
<style>
a { background-color: #CF7BBD; }
a { background-color: rgb(207,123,189); }
div.DivClassName
{
background-color: #CF7BBD;
}
.BgClassName
{
background-color: #CF7BBD;
}
</style>
border-color css
<style>
span { border-color: #CF7BBD; }
span { border-color: rgb(207,123,189); }
td.TdClassName
{
border-color: #CF7BBD;
}
.TagClassName
{
border-color: #CF7BBD;
}
</style>