Shades of Orchid #CF6FC7
Tints of Orchid #CF6FC7
RGB
CMYK
RGB Variations
Color information
#CF6FC7 (or 0xCF6FC7) is known color: Orchid. HEX triplet: CF, 6F and C7. RGB value is (207,111,199). Sum of RGB (Red+Green+Blue) = 207+111+199=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FC7 is #309038. Grayscale: #959595. Windows color (decimal): -3182649 or 13070287. OLE color: 13070287.
HSL color Cylindrical-coordinate representation of color #CF6FC7: hue angle of 305º 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 #CF6FC7 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 199 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.19 |
| HSL | 305º | 0.5% | 0.62% | - |
| HSV(B) | 305º | 0.46% | 0.81% | - |
| XYZ | 41.73 | 28.76 | 57.38 | - |
| YUV | 149.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 199 | 0 | 0.46 | 0.04 | 0.19 | 305 | 0.5 | 0.62 |
| Hex | CF | 6F | C7 | 0 | 2E | 4 | 13 | 131 | 32 | 3E |
| Octal | 317 | 157 | 307 | 0 | 56 | 4 | 23 | 461 | 62 | 76 |
| Binary | 11001111 | 1101111 | 11000111 | 0 | 101110 | 100 | 10011 | 100110001 | 110010 | 111110 |
Color Harmonies of #CF6FC7
Complementary color
Monochromatic Colors of #CF6FC7
Black with #CF6FC7
Text Example
Text Example
White with #CF6FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FC7; }
p { color: rgb(207,111,199); }
H1.HeaderClassName
{
color: #CF6FC7;
}
.AnyTagClassName
{
color: #CF6FC7;
}
</style>
background-color css
<style>
a { background-color: #CF6FC7; }
a { background-color: rgb(207,111,199); }
div.DivClassName
{
background-color: #CF6FC7;
}
.BgClassName
{
background-color: #CF6FC7;
}
</style>
border-color css
<style>
span { border-color: #CF6FC7; }
span { border-color: rgb(207,111,199); }
td.TdClassName
{
border-color: #CF6FC7;
}
.TagClassName
{
border-color: #CF6FC7;
}
</style>