Shades of Orchid #CF5FDF
Tints of Orchid #CF5FDF
RGB
CMYK
RGB Variations
Color information
#CF5FDF (or 0xCF5FDF) is known color: Orchid. HEX triplet: CF, 5F and DF. RGB value is (207,95,223). Sum of RGB (Red+Green+Blue) = 207+95+223=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF5FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5FDF is #30A020. Grayscale: #8E8E8E. Windows color (decimal): -3186721 or 14639055. OLE color: 14639055.
HSL color Cylindrical-coordinate representation of color #CF5FDF: hue angle of 292.5º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5FDF is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 95 | 223 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.13 |
| HSL | 292.5º | 0.67% | 0.62% | - |
| HSV(B) | 292.5º | 0.57% | 0.87% | - |
| XYZ | 43.14 | 26.78 | 72.71 | - |
| YUV | 143.08 | 173.11 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 223 | 0.07 | 0.57 | 0 | 0.13 | 292.5 | 0.67 | 0.62 |
| Hex | CF | 5F | DF | 7 | 39 | 0 | D | 124 | 43 | 3E |
| Octal | 317 | 137 | 337 | 7 | 71 | 0 | 15 | 444 | 103 | 76 |
| Binary | 11001111 | 1011111 | 11011111 | 111 | 111001 | 0 | 1101 | 100100100 | 1000011 | 111110 |
Color Harmonies of #CF5FDF
Complementary color
Monochromatic Colors of #CF5FDF
Black with #CF5FDF
Text Example
Text Example
White with #CF5FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5FDF; }
p { color: rgb(207,95,223); }
H1.HeaderClassName
{
color: #CF5FDF;
}
.AnyTagClassName
{
color: #CF5FDF;
}
</style>
background-color css
<style>
a { background-color: #CF5FDF; }
a { background-color: rgb(207,95,223); }
div.DivClassName
{
background-color: #CF5FDF;
}
.BgClassName
{
background-color: #CF5FDF;
}
</style>
border-color css
<style>
span { border-color: #CF5FDF; }
span { border-color: rgb(207,95,223); }
td.TdClassName
{
border-color: #CF5FDF;
}
.TagClassName
{
border-color: #CF5FDF;
}
</style>