Shades of Orchid #CF73BF
Tints of Orchid #CF73BF
RGB
CMYK
RGB Variations
Color information
#CF73BF (or 0xCF73BF) is known color: Orchid. HEX triplet: CF, 73 and BF. RGB value is (207,115,191). Sum of RGB (Red+Green+Blue) = 207+115+191=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF73BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73BF is #308C40. Grayscale: #969696. Windows color (decimal): -3181633 or 12547023. OLE color: 12547023.
HSL color Cylindrical-coordinate representation of color #CF73BF: hue angle of 310.43º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF73BF is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 191 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.19 |
| HSL | 310.43º | 0.49% | 0.63% | - |
| HSV(B) | 310.43º | 0.44% | 0.81% | - |
| XYZ | 41.27 | 29.29 | 52.77 | - |
| YUV | 151.17 | 150.48 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 191 | 0 | 0.44 | 0.08 | 0.19 | 310.43 | 0.49 | 0.63 |
| Hex | CF | 73 | BF | 0 | 2C | 8 | 13 | 136 | 31 | 3F |
| Octal | 317 | 163 | 277 | 0 | 54 | 10 | 23 | 466 | 61 | 77 |
| Binary | 11001111 | 1110011 | 10111111 | 0 | 101100 | 1000 | 10011 | 100110110 | 110001 | 111111 |
Color Harmonies of #CF73BF
Complementary color
Monochromatic Colors of #CF73BF
Black with #CF73BF
Text Example
Text Example
White with #CF73BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF73BF; }
p { color: rgb(207,115,191); }
H1.HeaderClassName
{
color: #CF73BF;
}
.AnyTagClassName
{
color: #CF73BF;
}
</style>
background-color css
<style>
a { background-color: #CF73BF; }
a { background-color: rgb(207,115,191); }
div.DivClassName
{
background-color: #CF73BF;
}
.BgClassName
{
background-color: #CF73BF;
}
</style>
border-color css
<style>
span { border-color: #CF73BF; }
span { border-color: rgb(207,115,191); }
td.TdClassName
{
border-color: #CF73BF;
}
.TagClassName
{
border-color: #CF73BF;
}
</style>