Shades of Orchid #CF6DBF
Tints of Orchid #CF6DBF
RGB
CMYK
RGB Variations
Color information
#CF6DBF (or 0xCF6DBF) is known color: Orchid. HEX triplet: CF, 6D and BF. RGB value is (207,109,191). Sum of RGB (Red+Green+Blue) = 207+109+191=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DBF is #309240. Grayscale: #939393. Windows color (decimal): -3183169 or 12545487. OLE color: 12545487.
HSL color Cylindrical-coordinate representation of color #CF6DBF: hue angle of 309.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6DBF is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 191 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.19 |
| HSL | 309.8º | 0.51% | 0.62% | - |
| HSV(B) | 309.8º | 0.47% | 0.81% | - |
| XYZ | 40.6 | 27.96 | 52.55 | - |
| YUV | 147.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 191 | 0 | 0.47 | 0.08 | 0.19 | 309.8 | 0.51 | 0.62 |
| Hex | CF | 6D | BF | 0 | 2F | 8 | 13 | 136 | 33 | 3E |
| Octal | 317 | 155 | 277 | 0 | 57 | 10 | 23 | 466 | 63 | 76 |
| Binary | 11001111 | 1101101 | 10111111 | 0 | 101111 | 1000 | 10011 | 100110110 | 110011 | 111110 |
Color Harmonies of #CF6DBF
Complementary color
Monochromatic Colors of #CF6DBF
Black with #CF6DBF
Text Example
Text Example
White with #CF6DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6DBF; }
p { color: rgb(207,109,191); }
H1.HeaderClassName
{
color: #CF6DBF;
}
.AnyTagClassName
{
color: #CF6DBF;
}
</style>
background-color css
<style>
a { background-color: #CF6DBF; }
a { background-color: rgb(207,109,191); }
div.DivClassName
{
background-color: #CF6DBF;
}
.BgClassName
{
background-color: #CF6DBF;
}
</style>
border-color css
<style>
span { border-color: #CF6DBF; }
span { border-color: rgb(207,109,191); }
td.TdClassName
{
border-color: #CF6DBF;
}
.TagClassName
{
border-color: #CF6DBF;
}
</style>