Shades of Orchid #CF83D3
Tints of Orchid #CF83D3
RGB
CMYK
RGB Variations
Color information
#CF83D3 (or 0xCF83D3) is known color: Orchid. HEX triplet: CF, 83 and D3. RGB value is (207,131,211). Sum of RGB (Red+Green+Blue) = 207+131+211=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF83D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83D3 is #307C2C. Grayscale: #A2A2A2. Windows color (decimal): -3177517 or 13861839. OLE color: 13861839.
HSL color Cylindrical-coordinate representation of color #CF83D3: hue angle of 297º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF83D3 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 131 | 211 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.17 |
| HSL | 297º | 0.48% | 0.67% | - |
| HSV(B) | 297º | 0.38% | 0.83% | - |
| XYZ | 45.61 | 34.2 | 65.83 | - |
| YUV | 162.84 | 155.18 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 211 | 0.02 | 0.38 | 0 | 0.17 | 297 | 0.48 | 0.67 |
| Hex | CF | 83 | D3 | 2 | 26 | 0 | 11 | 129 | 30 | 43 |
| Octal | 317 | 203 | 323 | 2 | 46 | 0 | 21 | 451 | 60 | 103 |
| Binary | 11001111 | 10000011 | 11010011 | 10 | 100110 | 0 | 10001 | 100101001 | 110000 | 1000011 |
Color Harmonies of #CF83D3
Complementary color
Monochromatic Colors of #CF83D3
Black with #CF83D3
Text Example
Text Example
White with #CF83D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF83D3; }
p { color: rgb(207,131,211); }
H1.HeaderClassName
{
color: #CF83D3;
}
.AnyTagClassName
{
color: #CF83D3;
}
</style>
background-color css
<style>
a { background-color: #CF83D3; }
a { background-color: rgb(207,131,211); }
div.DivClassName
{
background-color: #CF83D3;
}
.BgClassName
{
background-color: #CF83D3;
}
</style>
border-color css
<style>
span { border-color: #CF83D3; }
span { border-color: rgb(207,131,211); }
td.TdClassName
{
border-color: #CF83D3;
}
.TagClassName
{
border-color: #CF83D3;
}
</style>