Shades of Orchid #CF81DF
Tints of Orchid #CF81DF
RGB
CMYK
RGB Variations
Color information
#CF81DF (or 0xCF81DF) is known color: Orchid. HEX triplet: CF, 81 and DF. RGB value is (207,129,223). Sum of RGB (Red+Green+Blue) = 207+129+223=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF81DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF81DF is #307E20. Grayscale: #A2A2A2. Windows color (decimal): -3178017 or 14647759. OLE color: 14647759.
HSL color Cylindrical-coordinate representation of color #CF81DF: hue angle of 289.79º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF81DF is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 129 | 223 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.13 |
| HSL | 289.79º | 0.59% | 0.69% | - |
| HSV(B) | 289.79º | 0.42% | 0.87% | - |
| XYZ | 46.9 | 34.29 | 73.96 | - |
| YUV | 163.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 223 | 0.07 | 0.42 | 0 | 0.13 | 289.79 | 0.59 | 0.69 |
| Hex | CF | 81 | DF | 7 | 2A | 0 | D | 122 | 3B | 45 |
| Octal | 317 | 201 | 337 | 7 | 52 | 0 | 15 | 442 | 73 | 105 |
| Binary | 11001111 | 10000001 | 11011111 | 111 | 101010 | 0 | 1101 | 100100010 | 111011 | 1000101 |
Color Harmonies of #CF81DF
Complementary color
Monochromatic Colors of #CF81DF
Black with #CF81DF
Text Example
Text Example
White with #CF81DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF81DF; }
p { color: rgb(207,129,223); }
H1.HeaderClassName
{
color: #CF81DF;
}
.AnyTagClassName
{
color: #CF81DF;
}
</style>
background-color css
<style>
a { background-color: #CF81DF; }
a { background-color: rgb(207,129,223); }
div.DivClassName
{
background-color: #CF81DF;
}
.BgClassName
{
background-color: #CF81DF;
}
</style>
border-color css
<style>
span { border-color: #CF81DF; }
span { border-color: rgb(207,129,223); }
td.TdClassName
{
border-color: #CF81DF;
}
.TagClassName
{
border-color: #CF81DF;
}
</style>