Shades of Orchid #CF75BB
Tints of Orchid #CF75BB
RGB
CMYK
RGB Variations
Color information
#CF75BB (or 0xCF75BB) is known color: Orchid. HEX triplet: CF, 75 and BB. RGB value is (207,117,187). Sum of RGB (Red+Green+Blue) = 207+117+187=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75BB is #308A44. Grayscale: #979797. Windows color (decimal): -3181125 or 12285391. OLE color: 12285391.
HSL color Cylindrical-coordinate representation of color #CF75BB: hue angle of 313.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF75BB is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 187 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.19 |
| HSL | 313.33º | 0.48% | 0.64% | - |
| HSV(B) | 313.33º | 0.43% | 0.81% | - |
| XYZ | 41.06 | 29.58 | 50.56 | - |
| YUV | 151.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 187 | 0 | 0.43 | 0.10 | 0.19 | 313.33 | 0.48 | 0.64 |
| Hex | CF | 75 | BB | 0 | 2B | A | 13 | 139 | 30 | 40 |
| Octal | 317 | 165 | 273 | 0 | 53 | 12 | 23 | 471 | 60 | 100 |
| Binary | 11001111 | 1110101 | 10111011 | 0 | 101011 | 1010 | 10011 | 100111001 | 110000 | 1000000 |
Color Harmonies of #CF75BB
Complementary color
Monochromatic Colors of #CF75BB
Black with #CF75BB
Text Example
Text Example
White with #CF75BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF75BB; }
p { color: rgb(207,117,187); }
H1.HeaderClassName
{
color: #CF75BB;
}
.AnyTagClassName
{
color: #CF75BB;
}
</style>
background-color css
<style>
a { background-color: #CF75BB; }
a { background-color: rgb(207,117,187); }
div.DivClassName
{
background-color: #CF75BB;
}
.BgClassName
{
background-color: #CF75BB;
}
</style>
border-color css
<style>
span { border-color: #CF75BB; }
span { border-color: rgb(207,117,187); }
td.TdClassName
{
border-color: #CF75BB;
}
.TagClassName
{
border-color: #CF75BB;
}
</style>