Shades of Orchid #CF78D0
Tints of Orchid #CF78D0
RGB
CMYK
RGB Variations
Color information
#CF78D0 (or 0xCF78D0) is known color: Orchid. HEX triplet: CF, 78 and D0. RGB value is (207,120,208). Sum of RGB (Red+Green+Blue) = 207+120+208=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF78D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78D0 is #30872F. Grayscale: #9B9B9B. Windows color (decimal): -3180336 or 13662415. OLE color: 13662415.
HSL color Cylindrical-coordinate representation of color #CF78D0: hue angle of 299.32º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF78D0 is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 120 | 208 | - |
| CMYK | 0.00 | 0.42 | 0 | 0.18 |
| HSL | 299.32º | 0.48% | 0.64% | - |
| HSV(B) | 299.32º | 0.42% | 0.82% | - |
| XYZ | 43.83 | 31.25 | 63.4 | - |
| YUV | 156.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 208 | 0.00 | 0.42 | 0 | 0.18 | 299.32 | 0.48 | 0.64 |
| Hex | CF | 78 | D0 | 0 | 2A | 0 | 12 | 12B | 30 | 40 |
| Octal | 317 | 170 | 320 | 0 | 52 | 0 | 22 | 453 | 60 | 100 |
| Binary | 11001111 | 1111000 | 11010000 | 0 | 101010 | 0 | 10010 | 100101011 | 110000 | 1000000 |
Color Harmonies of #CF78D0
Complementary color
Monochromatic Colors of #CF78D0
Black with #CF78D0
Text Example
Text Example
White with #CF78D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF78D0; }
p { color: rgb(207,120,208); }
H1.HeaderClassName
{
color: #CF78D0;
}
.AnyTagClassName
{
color: #CF78D0;
}
</style>
background-color css
<style>
a { background-color: #CF78D0; }
a { background-color: rgb(207,120,208); }
div.DivClassName
{
background-color: #CF78D0;
}
.BgClassName
{
background-color: #CF78D0;
}
</style>
border-color css
<style>
span { border-color: #CF78D0; }
span { border-color: rgb(207,120,208); }
td.TdClassName
{
border-color: #CF78D0;
}
.TagClassName
{
border-color: #CF78D0;
}
</style>