Shades of Orchid #CF7FC1
Tints of Orchid #CF7FC1
RGB
CMYK
RGB Variations
Color information
#CF7FC1 (or 0xCF7FC1) is known color: Orchid. HEX triplet: CF, 7F and C1. RGB value is (207,127,193). Sum of RGB (Red+Green+Blue) = 207+127+193=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FC1 is #30803E. Grayscale: #9E9E9E. Windows color (decimal): -3178559 or 12681167. OLE color: 12681167.
HSL color Cylindrical-coordinate representation of color #CF7FC1: hue angle of 310.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 #CF7FC1 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 193 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.19 |
| HSL | 310.5º | 0.45% | 0.65% | - |
| HSV(B) | 310.5º | 0.39% | 0.81% | - |
| XYZ | 42.95 | 32.29 | 54.42 | - |
| YUV | 158.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 193 | 0 | 0.39 | 0.07 | 0.19 | 310.5 | 0.45 | 0.65 |
| Hex | CF | 7F | C1 | 0 | 27 | 7 | 13 | 136 | 2D | 41 |
| Octal | 317 | 177 | 301 | 0 | 47 | 7 | 23 | 466 | 55 | 101 |
| Binary | 11001111 | 1111111 | 11000001 | 0 | 100111 | 111 | 10011 | 100110110 | 101101 | 1000001 |
Color Harmonies of #CF7FC1
Complementary color
Monochromatic Colors of #CF7FC1
Black with #CF7FC1
Text Example
Text Example
White with #CF7FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FC1; }
p { color: rgb(207,127,193); }
H1.HeaderClassName
{
color: #CF7FC1;
}
.AnyTagClassName
{
color: #CF7FC1;
}
</style>
background-color css
<style>
a { background-color: #CF7FC1; }
a { background-color: rgb(207,127,193); }
div.DivClassName
{
background-color: #CF7FC1;
}
.BgClassName
{
background-color: #CF7FC1;
}
</style>
border-color css
<style>
span { border-color: #CF7FC1; }
span { border-color: rgb(207,127,193); }
td.TdClassName
{
border-color: #CF7FC1;
}
.TagClassName
{
border-color: #CF7FC1;
}
</style>