Shades of Orchid #CF71DF
Tints of Orchid #CF71DF
RGB
CMYK
RGB Variations
Color information
#CF71DF (or 0xCF71DF) is known color: Orchid. HEX triplet: CF, 71 and DF. RGB value is (207,113,223). Sum of RGB (Red+Green+Blue) = 207+113+223=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF71DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF71DF is #308E20. Grayscale: #999999. Windows color (decimal): -3182113 or 14643663. OLE color: 14643663.
HSL color Cylindrical-coordinate representation of color #CF71DF: hue angle of 291.27º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF71DF is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 113 | 223 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.13 |
| HSL | 291.27º | 0.63% | 0.66% | - |
| HSV(B) | 291.27º | 0.49% | 0.87% | - |
| XYZ | 44.96 | 30.4 | 73.31 | - |
| YUV | 153.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 223 | 0.07 | 0.49 | 0 | 0.13 | 291.27 | 0.63 | 0.66 |
| Hex | CF | 71 | DF | 7 | 31 | 0 | D | 123 | 3F | 42 |
| Octal | 317 | 161 | 337 | 7 | 61 | 0 | 15 | 443 | 77 | 102 |
| Binary | 11001111 | 1110001 | 11011111 | 111 | 110001 | 0 | 1101 | 100100011 | 111111 | 1000010 |
Color Harmonies of #CF71DF
Complementary color
Monochromatic Colors of #CF71DF
Black with #CF71DF
Text Example
Text Example
White with #CF71DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF71DF; }
p { color: rgb(207,113,223); }
H1.HeaderClassName
{
color: #CF71DF;
}
.AnyTagClassName
{
color: #CF71DF;
}
</style>
background-color css
<style>
a { background-color: #CF71DF; }
a { background-color: rgb(207,113,223); }
div.DivClassName
{
background-color: #CF71DF;
}
.BgClassName
{
background-color: #CF71DF;
}
</style>
border-color css
<style>
span { border-color: #CF71DF; }
span { border-color: rgb(207,113,223); }
td.TdClassName
{
border-color: #CF71DF;
}
.TagClassName
{
border-color: #CF71DF;
}
</style>