Shades of Orchid #CF77B5
Tints of Orchid #CF77B5
RGB
CMYK
RGB Variations
Color information
#CF77B5 (or 0xCF77B5) is known color: Orchid. HEX triplet: CF, 77 and B5. RGB value is (207,119,181). Sum of RGB (Red+Green+Blue) = 207+119+181=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF77B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77B5 is #30884A. Grayscale: #989898. Windows color (decimal): -3180619 or 11892687. OLE color: 11892687.
HSL color Cylindrical-coordinate representation of color #CF77B5: hue angle of 317.73º 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 #CF77B5 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 181 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.19 |
| HSL | 317.73º | 0.48% | 0.64% | - |
| HSV(B) | 317.73º | 0.43% | 0.81% | - |
| XYZ | 40.67 | 29.8 | 47.32 | - |
| YUV | 152.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 181 | 0 | 0.43 | 0.13 | 0.19 | 317.73 | 0.48 | 0.64 |
| Hex | CF | 77 | B5 | 0 | 2B | D | 13 | 13E | 30 | 40 |
| Octal | 317 | 167 | 265 | 0 | 53 | 15 | 23 | 476 | 60 | 100 |
| Binary | 11001111 | 1110111 | 10110101 | 0 | 101011 | 1101 | 10011 | 100111110 | 110000 | 1000000 |
Color Harmonies of #CF77B5
Complementary color
Monochromatic Colors of #CF77B5
Black with #CF77B5
Text Example
Text Example
White with #CF77B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF77B5; }
p { color: rgb(207,119,181); }
H1.HeaderClassName
{
color: #CF77B5;
}
.AnyTagClassName
{
color: #CF77B5;
}
</style>
background-color css
<style>
a { background-color: #CF77B5; }
a { background-color: rgb(207,119,181); }
div.DivClassName
{
background-color: #CF77B5;
}
.BgClassName
{
background-color: #CF77B5;
}
</style>
border-color css
<style>
span { border-color: #CF77B5; }
span { border-color: rgb(207,119,181); }
td.TdClassName
{
border-color: #CF77B5;
}
.TagClassName
{
border-color: #CF77B5;
}
</style>