Shades of Orchid #CF78DF
Tints of Orchid #CF78DF
RGB
CMYK
RGB Variations
Color information
#CF78DF (or 0xCF78DF) is known color: Orchid. HEX triplet: CF, 78 and DF. RGB value is (207,120,223). Sum of RGB (Red+Green+Blue) = 207+120+223=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF78DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78DF is #308720. Grayscale: #9D9D9D. Windows color (decimal): -3180321 or 14645455. OLE color: 14645455.
HSL color Cylindrical-coordinate representation of color #CF78DF: hue angle of 290.68º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF78DF is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 120 | 223 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.13 |
| HSL | 290.68º | 0.62% | 0.67% | - |
| HSV(B) | 290.68º | 0.46% | 0.87% | - |
| XYZ | 45.77 | 32.03 | 73.58 | - |
| YUV | 157.76 | 164.82 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 223 | 0.07 | 0.46 | 0 | 0.13 | 290.68 | 0.62 | 0.67 |
| Hex | CF | 78 | DF | 7 | 2E | 0 | D | 123 | 3E | 43 |
| Octal | 317 | 170 | 337 | 7 | 56 | 0 | 15 | 443 | 76 | 103 |
| Binary | 11001111 | 1111000 | 11011111 | 111 | 101110 | 0 | 1101 | 100100011 | 111110 | 1000011 |
Color Harmonies of #CF78DF
Complementary color
Monochromatic Colors of #CF78DF
Black with #CF78DF
Text Example
Text Example
White with #CF78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF78DF; }
p { color: rgb(207,120,223); }
H1.HeaderClassName
{
color: #CF78DF;
}
.AnyTagClassName
{
color: #CF78DF;
}
</style>
background-color css
<style>
a { background-color: #CF78DF; }
a { background-color: rgb(207,120,223); }
div.DivClassName
{
background-color: #CF78DF;
}
.BgClassName
{
background-color: #CF78DF;
}
</style>
border-color css
<style>
span { border-color: #CF78DF; }
span { border-color: rgb(207,120,223); }
td.TdClassName
{
border-color: #CF78DF;
}
.TagClassName
{
border-color: #CF78DF;
}
</style>