Shades of Orchid #CF74BB
Tints of Orchid #CF74BB
RGB
CMYK
RGB Variations
Color information
#CF74BB (or 0xCF74BB) is known color: Orchid. HEX triplet: CF, 74 and BB. RGB value is (207,116,187). Sum of RGB (Red+Green+Blue) = 207+116+187=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF74BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF74BB is #308B44. Grayscale: #979797. Windows color (decimal): -3181381 or 12285135. OLE color: 12285135.
HSL color Cylindrical-coordinate representation of color #CF74BB: hue angle of 313.19º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF74BB is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 187 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.19 |
| HSL | 313.19º | 0.49% | 0.63% | - |
| HSV(B) | 313.19º | 0.44% | 0.81% | - |
| XYZ | 40.95 | 29.34 | 50.52 | - |
| YUV | 151.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 187 | 0 | 0.44 | 0.10 | 0.19 | 313.19 | 0.49 | 0.63 |
| Hex | CF | 74 | BB | 0 | 2C | A | 13 | 139 | 31 | 3F |
| Octal | 317 | 164 | 273 | 0 | 54 | 12 | 23 | 471 | 61 | 77 |
| Binary | 11001111 | 1110100 | 10111011 | 0 | 101100 | 1010 | 10011 | 100111001 | 110001 | 111111 |
Color Harmonies of #CF74BB
Complementary color
Monochromatic Colors of #CF74BB
Black with #CF74BB
Text Example
Text Example
White with #CF74BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF74BB; }
p { color: rgb(207,116,187); }
H1.HeaderClassName
{
color: #CF74BB;
}
.AnyTagClassName
{
color: #CF74BB;
}
</style>
background-color css
<style>
a { background-color: #CF74BB; }
a { background-color: rgb(207,116,187); }
div.DivClassName
{
background-color: #CF74BB;
}
.BgClassName
{
background-color: #CF74BB;
}
</style>
border-color css
<style>
span { border-color: #CF74BB; }
span { border-color: rgb(207,116,187); }
td.TdClassName
{
border-color: #CF74BB;
}
.TagClassName
{
border-color: #CF74BB;
}
</style>