Shades of Orchid #CF7BDF
Tints of Orchid #CF7BDF
RGB
CMYK
RGB Variations
Color information
#CF7BDF (or 0xCF7BDF) is known color: Orchid. HEX triplet: CF, 7B and DF. RGB value is (207,123,223). Sum of RGB (Red+Green+Blue) = 207+123+223=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF7BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BDF is #308420. Grayscale: #9F9F9F. Windows color (decimal): -3179553 or 14646223. OLE color: 14646223.
HSL color Cylindrical-coordinate representation of color #CF7BDF: hue angle of 290.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7BDF is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 123 | 223 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.13 |
| HSL | 290.4º | 0.61% | 0.68% | - |
| HSV(B) | 290.4º | 0.45% | 0.87% | - |
| XYZ | 46.13 | 32.76 | 73.7 | - |
| YUV | 159.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 223 | 0.07 | 0.45 | 0 | 0.13 | 290.4 | 0.61 | 0.68 |
| Hex | CF | 7B | DF | 7 | 2D | 0 | D | 122 | 3D | 44 |
| Octal | 317 | 173 | 337 | 7 | 55 | 0 | 15 | 442 | 75 | 104 |
| Binary | 11001111 | 1111011 | 11011111 | 111 | 101101 | 0 | 1101 | 100100010 | 111101 | 1000100 |
Color Harmonies of #CF7BDF
Complementary color
Monochromatic Colors of #CF7BDF
Black with #CF7BDF
Text Example
Text Example
White with #CF7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7BDF; }
p { color: rgb(207,123,223); }
H1.HeaderClassName
{
color: #CF7BDF;
}
.AnyTagClassName
{
color: #CF7BDF;
}
</style>
background-color css
<style>
a { background-color: #CF7BDF; }
a { background-color: rgb(207,123,223); }
div.DivClassName
{
background-color: #CF7BDF;
}
.BgClassName
{
background-color: #CF7BDF;
}
</style>
border-color css
<style>
span { border-color: #CF7BDF; }
span { border-color: rgb(207,123,223); }
td.TdClassName
{
border-color: #CF7BDF;
}
.TagClassName
{
border-color: #CF7BDF;
}
</style>