Shades of Orchid #CF78C8
Tints of Orchid #CF78C8
RGB
CMYK
RGB Variations
Color information
#CF78C8 (or 0xCF78C8) is known color: Orchid. HEX triplet: CF, 78 and C8. RGB value is (207,120,200). Sum of RGB (Red+Green+Blue) = 207+120+200=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF78C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78C8 is #308737. Grayscale: #9A9A9A. Windows color (decimal): -3180344 or 13138127. OLE color: 13138127.
HSL color Cylindrical-coordinate representation of color #CF78C8: hue angle of 304.83º 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 #CF78C8 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 200 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.19 |
| HSL | 304.83º | 0.48% | 0.64% | - |
| HSV(B) | 304.83º | 0.42% | 0.81% | - |
| XYZ | 42.87 | 30.87 | 58.34 | - |
| YUV | 155.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 200 | 0 | 0.42 | 0.03 | 0.19 | 304.83 | 0.48 | 0.64 |
| Hex | CF | 78 | C8 | 0 | 2A | 3 | 13 | 131 | 30 | 40 |
| Octal | 317 | 170 | 310 | 0 | 52 | 3 | 23 | 461 | 60 | 100 |
| Binary | 11001111 | 1111000 | 11001000 | 0 | 101010 | 11 | 10011 | 100110001 | 110000 | 1000000 |
Color Harmonies of #CF78C8
Complementary color
Monochromatic Colors of #CF78C8
Black with #CF78C8
Text Example
Text Example
White with #CF78C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF78C8; }
p { color: rgb(207,120,200); }
H1.HeaderClassName
{
color: #CF78C8;
}
.AnyTagClassName
{
color: #CF78C8;
}
</style>
background-color css
<style>
a { background-color: #CF78C8; }
a { background-color: rgb(207,120,200); }
div.DivClassName
{
background-color: #CF78C8;
}
.BgClassName
{
background-color: #CF78C8;
}
</style>
border-color css
<style>
span { border-color: #CF78C8; }
span { border-color: rgb(207,120,200); }
td.TdClassName
{
border-color: #CF78C8;
}
.TagClassName
{
border-color: #CF78C8;
}
</style>