Shades of Orchid #CF78BD
Tints of Orchid #CF78BD
RGB
CMYK
RGB Variations
Color information
#CF78BD (or 0xCF78BD) is known color: Orchid. HEX triplet: CF, 78 and BD. RGB value is (207,120,189). Sum of RGB (Red+Green+Blue) = 207+120+189=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF78BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78BD is #308742. Grayscale: #999999. Windows color (decimal): -3180355 or 12417231. OLE color: 12417231.
HSL color Cylindrical-coordinate representation of color #CF78BD: hue angle of 312.41º 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 #CF78BD is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 189 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.19 |
| HSL | 312.41º | 0.48% | 0.64% | - |
| HSV(B) | 312.41º | 0.42% | 0.81% | - |
| XYZ | 41.63 | 30.37 | 51.81 | - |
| YUV | 153.88 | 147.82 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 189 | 0 | 0.42 | 0.09 | 0.19 | 312.41 | 0.48 | 0.64 |
| Hex | CF | 78 | BD | 0 | 2A | 9 | 13 | 138 | 30 | 40 |
| Octal | 317 | 170 | 275 | 0 | 52 | 11 | 23 | 470 | 60 | 100 |
| Binary | 11001111 | 1111000 | 10111101 | 0 | 101010 | 1001 | 10011 | 100111000 | 110000 | 1000000 |
Color Harmonies of #CF78BD
Complementary color
Monochromatic Colors of #CF78BD
Black with #CF78BD
Text Example
Text Example
White with #CF78BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF78BD; }
p { color: rgb(207,120,189); }
H1.HeaderClassName
{
color: #CF78BD;
}
.AnyTagClassName
{
color: #CF78BD;
}
</style>
background-color css
<style>
a { background-color: #CF78BD; }
a { background-color: rgb(207,120,189); }
div.DivClassName
{
background-color: #CF78BD;
}
.BgClassName
{
background-color: #CF78BD;
}
</style>
border-color css
<style>
span { border-color: #CF78BD; }
span { border-color: rgb(207,120,189); }
td.TdClassName
{
border-color: #CF78BD;
}
.TagClassName
{
border-color: #CF78BD;
}
</style>