Shades of Orchid #CF7FC5
Tints of Orchid #CF7FC5
RGB
CMYK
RGB Variations
Color information
#CF7FC5 (or 0xCF7FC5) is known color: Orchid. HEX triplet: CF, 7F and C5. RGB value is (207,127,197). Sum of RGB (Red+Green+Blue) = 207+127+197=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FC5 is #30803A. Grayscale: #9E9E9E. Windows color (decimal): -3178555 or 12943311. OLE color: 12943311.
HSL color Cylindrical-coordinate representation of color #CF7FC5: hue angle of 307.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7FC5 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 197 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.19 |
| HSL | 307.5º | 0.45% | 0.65% | - |
| HSV(B) | 307.5º | 0.39% | 0.81% | - |
| XYZ | 43.4 | 32.48 | 56.8 | - |
| YUV | 158.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 197 | 0 | 0.39 | 0.05 | 0.19 | 307.5 | 0.45 | 0.65 |
| Hex | CF | 7F | C5 | 0 | 27 | 5 | 13 | 134 | 2D | 41 |
| Octal | 317 | 177 | 305 | 0 | 47 | 5 | 23 | 464 | 55 | 101 |
| Binary | 11001111 | 1111111 | 11000101 | 0 | 100111 | 101 | 10011 | 100110100 | 101101 | 1000001 |
Color Harmonies of #CF7FC5
Complementary color
Monochromatic Colors of #CF7FC5
Black with #CF7FC5
Text Example
Text Example
White with #CF7FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FC5; }
p { color: rgb(207,127,197); }
H1.HeaderClassName
{
color: #CF7FC5;
}
.AnyTagClassName
{
color: #CF7FC5;
}
</style>
background-color css
<style>
a { background-color: #CF7FC5; }
a { background-color: rgb(207,127,197); }
div.DivClassName
{
background-color: #CF7FC5;
}
.BgClassName
{
background-color: #CF7FC5;
}
</style>
border-color css
<style>
span { border-color: #CF7FC5; }
span { border-color: rgb(207,127,197); }
td.TdClassName
{
border-color: #CF7FC5;
}
.TagClassName
{
border-color: #CF7FC5;
}
</style>