Shades of Orchid #CF6FB7
Tints of Orchid #CF6FB7
RGB
CMYK
RGB Variations
Color information
#CF6FB7 (or 0xCF6FB7) is known color: Orchid. HEX triplet: CF, 6F and B7. RGB value is (207,111,183). Sum of RGB (Red+Green+Blue) = 207+111+183=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FB7 is #309048. Grayscale: #939393. Windows color (decimal): -3182665 or 12021711. OLE color: 12021711.
HSL color Cylindrical-coordinate representation of color #CF6FB7: hue angle of 315º 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 #CF6FB7 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 183 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.19 |
| HSL | 315º | 0.5% | 0.62% | - |
| HSV(B) | 315º | 0.46% | 0.81% | - |
| XYZ | 39.96 | 28.05 | 48.11 | - |
| YUV | 147.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 183 | 0 | 0.46 | 0.12 | 0.19 | 315 | 0.5 | 0.62 |
| Hex | CF | 6F | B7 | 0 | 2E | C | 13 | 13B | 32 | 3E |
| Octal | 317 | 157 | 267 | 0 | 56 | 14 | 23 | 473 | 62 | 76 |
| Binary | 11001111 | 1101111 | 10110111 | 0 | 101110 | 1100 | 10011 | 100111011 | 110010 | 111110 |
Color Harmonies of #CF6FB7
Complementary color
Monochromatic Colors of #CF6FB7
Black with #CF6FB7
Text Example
Text Example
White with #CF6FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FB7; }
p { color: rgb(207,111,183); }
H1.HeaderClassName
{
color: #CF6FB7;
}
.AnyTagClassName
{
color: #CF6FB7;
}
</style>
background-color css
<style>
a { background-color: #CF6FB7; }
a { background-color: rgb(207,111,183); }
div.DivClassName
{
background-color: #CF6FB7;
}
.BgClassName
{
background-color: #CF6FB7;
}
</style>
border-color css
<style>
span { border-color: #CF6FB7; }
span { border-color: rgb(207,111,183); }
td.TdClassName
{
border-color: #CF6FB7;
}
.TagClassName
{
border-color: #CF6FB7;
}
</style>