Shades of Orchid #CF6FBC
Tints of Orchid #CF6FBC
RGB
CMYK
RGB Variations
Color information
#CF6FBC (or 0xCF6FBC) is known color: Orchid. HEX triplet: CF, 6F and BC. RGB value is (207,111,188). Sum of RGB (Red+Green+Blue) = 207+111+188=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FBC is #309043. Grayscale: #949494. Windows color (decimal): -3182660 or 12349391. OLE color: 12349391.
HSL color Cylindrical-coordinate representation of color #CF6FBC: hue angle of 311.88º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF6FBC is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 188 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.19 |
| HSL | 311.88º | 0.5% | 0.62% | - |
| HSV(B) | 311.88º | 0.46% | 0.81% | - |
| XYZ | 40.49 | 28.27 | 50.9 | - |
| YUV | 148.48 | 150.3 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 188 | 0 | 0.46 | 0.09 | 0.19 | 311.88 | 0.5 | 0.62 |
| Hex | CF | 6F | BC | 0 | 2E | 9 | 13 | 138 | 32 | 3E |
| Octal | 317 | 157 | 274 | 0 | 56 | 11 | 23 | 470 | 62 | 76 |
| Binary | 11001111 | 1101111 | 10111100 | 0 | 101110 | 1001 | 10011 | 100111000 | 110010 | 111110 |
Color Harmonies of #CF6FBC
Complementary color
Monochromatic Colors of #CF6FBC
Black with #CF6FBC
Text Example
Text Example
White with #CF6FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FBC; }
p { color: rgb(207,111,188); }
H1.HeaderClassName
{
color: #CF6FBC;
}
.AnyTagClassName
{
color: #CF6FBC;
}
</style>
background-color css
<style>
a { background-color: #CF6FBC; }
a { background-color: rgb(207,111,188); }
div.DivClassName
{
background-color: #CF6FBC;
}
.BgClassName
{
background-color: #CF6FBC;
}
</style>
border-color css
<style>
span { border-color: #CF6FBC; }
span { border-color: rgb(207,111,188); }
td.TdClassName
{
border-color: #CF6FBC;
}
.TagClassName
{
border-color: #CF6FBC;
}
</style>