Shades of Orchid #CF83BF
Tints of Orchid #CF83BF
RGB
CMYK
RGB Variations
Color information
#CF83BF (or 0xCF83BF) is known color: Orchid. HEX triplet: CF, 83 and BF. RGB value is (207,131,191). Sum of RGB (Red+Green+Blue) = 207+131+191=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83BF is #307C40. Grayscale: #A0A0A0. Windows color (decimal): -3177537 or 12551119. OLE color: 12551119.
HSL color Cylindrical-coordinate representation of color #CF83BF: hue angle of 312.63º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF83BF is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 191 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.19 |
| HSL | 312.63º | 0.44% | 0.66% | - |
| HSV(B) | 312.63º | 0.37% | 0.81% | - |
| XYZ | 43.25 | 33.26 | 53.43 | - |
| YUV | 160.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 191 | 0 | 0.37 | 0.08 | 0.19 | 312.63 | 0.44 | 0.66 |
| Hex | CF | 83 | BF | 0 | 25 | 8 | 13 | 139 | 2C | 42 |
| Octal | 317 | 203 | 277 | 0 | 45 | 10 | 23 | 471 | 54 | 102 |
| Binary | 11001111 | 10000011 | 10111111 | 0 | 100101 | 1000 | 10011 | 100111001 | 101100 | 1000010 |
Color Harmonies of #CF83BF
Complementary color
Monochromatic Colors of #CF83BF
Black with #CF83BF
Text Example
Text Example
White with #CF83BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF83BF; }
p { color: rgb(207,131,191); }
H1.HeaderClassName
{
color: #CF83BF;
}
.AnyTagClassName
{
color: #CF83BF;
}
</style>
background-color css
<style>
a { background-color: #CF83BF; }
a { background-color: rgb(207,131,191); }
div.DivClassName
{
background-color: #CF83BF;
}
.BgClassName
{
background-color: #CF83BF;
}
</style>
border-color css
<style>
span { border-color: #CF83BF; }
span { border-color: rgb(207,131,191); }
td.TdClassName
{
border-color: #CF83BF;
}
.TagClassName
{
border-color: #CF83BF;
}
</style>