Shades of Orchid #CF71C7
Tints of Orchid #CF71C7
RGB
CMYK
RGB Variations
Color information
#CF71C7 (or 0xCF71C7) is known color: Orchid. HEX triplet: CF, 71 and C7. RGB value is (207,113,199). Sum of RGB (Red+Green+Blue) = 207+113+199=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF71C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF71C7 is #308E38. Grayscale: #969696. Windows color (decimal): -3182137 or 13070799. OLE color: 13070799.
HSL color Cylindrical-coordinate representation of color #CF71C7: hue angle of 305.11º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF71C7 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 199 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.19 |
| HSL | 305.11º | 0.49% | 0.63% | - |
| HSV(B) | 305.11º | 0.45% | 0.81% | - |
| XYZ | 41.95 | 29.2 | 57.46 | - |
| YUV | 150.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 199 | 0 | 0.45 | 0.04 | 0.19 | 305.11 | 0.49 | 0.63 |
| Hex | CF | 71 | C7 | 0 | 2D | 4 | 13 | 131 | 31 | 3F |
| Octal | 317 | 161 | 307 | 0 | 55 | 4 | 23 | 461 | 61 | 77 |
| Binary | 11001111 | 1110001 | 11000111 | 0 | 101101 | 100 | 10011 | 100110001 | 110001 | 111111 |
Color Harmonies of #CF71C7
Complementary color
Monochromatic Colors of #CF71C7
Black with #CF71C7
Text Example
Text Example
White with #CF71C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF71C7; }
p { color: rgb(207,113,199); }
H1.HeaderClassName
{
color: #CF71C7;
}
.AnyTagClassName
{
color: #CF71C7;
}
</style>
background-color css
<style>
a { background-color: #CF71C7; }
a { background-color: rgb(207,113,199); }
div.DivClassName
{
background-color: #CF71C7;
}
.BgClassName
{
background-color: #CF71C7;
}
</style>
border-color css
<style>
span { border-color: #CF71C7; }
span { border-color: rgb(207,113,199); }
td.TdClassName
{
border-color: #CF71C7;
}
.TagClassName
{
border-color: #CF71C7;
}
</style>