Shades of Orchid #CF78B8
Tints of Orchid #CF78B8
RGB
CMYK
RGB Variations
Color information
#CF78B8 (or 0xCF78B8) is known color: Orchid. HEX triplet: CF, 78 and B8. RGB value is (207,120,184). Sum of RGB (Red+Green+Blue) = 207+120+184=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF78B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78B8 is #308747. Grayscale: #999999. Windows color (decimal): -3180360 or 12089551. OLE color: 12089551.
HSL color Cylindrical-coordinate representation of color #CF78B8: hue angle of 315.86º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF78B8 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 184 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.19 |
| HSL | 315.86º | 0.48% | 0.64% | - |
| HSV(B) | 315.86º | 0.42% | 0.81% | - |
| XYZ | 41.1 | 30.16 | 49 | - |
| YUV | 153.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 184 | 0 | 0.42 | 0.11 | 0.19 | 315.86 | 0.48 | 0.64 |
| Hex | CF | 78 | B8 | 0 | 2A | B | 13 | 13C | 30 | 40 |
| Octal | 317 | 170 | 270 | 0 | 52 | 13 | 23 | 474 | 60 | 100 |
| Binary | 11001111 | 1111000 | 10111000 | 0 | 101010 | 1011 | 10011 | 100111100 | 110000 | 1000000 |
Color Harmonies of #CF78B8
Complementary color
Monochromatic Colors of #CF78B8
Black with #CF78B8
Text Example
Text Example
White with #CF78B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF78B8; }
p { color: rgb(207,120,184); }
H1.HeaderClassName
{
color: #CF78B8;
}
.AnyTagClassName
{
color: #CF78B8;
}
</style>
background-color css
<style>
a { background-color: #CF78B8; }
a { background-color: rgb(207,120,184); }
div.DivClassName
{
background-color: #CF78B8;
}
.BgClassName
{
background-color: #CF78B8;
}
</style>
border-color css
<style>
span { border-color: #CF78B8; }
span { border-color: rgb(207,120,184); }
td.TdClassName
{
border-color: #CF78B8;
}
.TagClassName
{
border-color: #CF78B8;
}
</style>