Shades of Orchid #CF7BD6
Tints of Orchid #CF7BD6
RGB
CMYK
RGB Variations
Color information
#CF7BD6 (or 0xCF7BD6) is known color: Orchid. HEX triplet: CF, 7B and D6. RGB value is (207,123,214). Sum of RGB (Red+Green+Blue) = 207+123+214=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 214 (83.98% from 255 or 39.34% from 544); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF7BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BD6 is #308429. Grayscale: #9E9E9E. Windows color (decimal): -3179562 or 14056399. OLE color: 14056399.
HSL color Cylindrical-coordinate representation of color #CF7BD6: hue angle of 295.38º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF7BD6 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 123 | 214 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.16 |
| HSL | 295.38º | 0.53% | 0.66% | - |
| HSV(B) | 295.38º | 0.43% | 0.84% | - |
| XYZ | 44.95 | 32.29 | 67.48 | - |
| YUV | 158.49 | 159.33 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 214 | 0.03 | 0.43 | 0 | 0.16 | 295.38 | 0.53 | 0.66 |
| Hex | CF | 7B | D6 | 3 | 2B | 0 | 10 | 127 | 35 | 42 |
| Octal | 317 | 173 | 326 | 3 | 53 | 0 | 20 | 447 | 65 | 102 |
| Binary | 11001111 | 1111011 | 11010110 | 11 | 101011 | 0 | 10000 | 100100111 | 110101 | 1000010 |
Color Harmonies of #CF7BD6
Complementary color
Monochromatic Colors of #CF7BD6
Black with #CF7BD6
Text Example
Text Example
White with #CF7BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7BD6; }
p { color: rgb(207,123,214); }
H1.HeaderClassName
{
color: #CF7BD6;
}
.AnyTagClassName
{
color: #CF7BD6;
}
</style>
background-color css
<style>
a { background-color: #CF7BD6; }
a { background-color: rgb(207,123,214); }
div.DivClassName
{
background-color: #CF7BD6;
}
.BgClassName
{
background-color: #CF7BD6;
}
</style>
border-color css
<style>
span { border-color: #CF7BD6; }
span { border-color: rgb(207,123,214); }
td.TdClassName
{
border-color: #CF7BD6;
}
.TagClassName
{
border-color: #CF7BD6;
}
</style>