Shades of Orchid #CF76B6
Tints of Orchid #CF76B6
RGB
CMYK
RGB Variations
Color information
#CF76B6 (or 0xCF76B6) is known color: Orchid. HEX triplet: CF, 76 and B6. RGB value is (207,118,182). Sum of RGB (Red+Green+Blue) = 207+118+182=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76B6 is #308949. Grayscale: #979797. Windows color (decimal): -3180874 or 11957967. OLE color: 11957967.
HSL color Cylindrical-coordinate representation of color #CF76B6: hue angle of 316.85º 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 #CF76B6 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 182 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.19 |
| HSL | 316.85º | 0.48% | 0.64% | - |
| HSV(B) | 316.85º | 0.43% | 0.81% | - |
| XYZ | 40.65 | 29.6 | 47.83 | - |
| YUV | 151.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 182 | 0 | 0.43 | 0.12 | 0.19 | 316.85 | 0.48 | 0.64 |
| Hex | CF | 76 | B6 | 0 | 2B | C | 13 | 13D | 30 | 40 |
| Octal | 317 | 166 | 266 | 0 | 53 | 14 | 23 | 475 | 60 | 100 |
| Binary | 11001111 | 1110110 | 10110110 | 0 | 101011 | 1100 | 10011 | 100111101 | 110000 | 1000000 |
Color Harmonies of #CF76B6
Complementary color
Monochromatic Colors of #CF76B6
Black with #CF76B6
Text Example
Text Example
White with #CF76B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF76B6; }
p { color: rgb(207,118,182); }
H1.HeaderClassName
{
color: #CF76B6;
}
.AnyTagClassName
{
color: #CF76B6;
}
</style>
background-color css
<style>
a { background-color: #CF76B6; }
a { background-color: rgb(207,118,182); }
div.DivClassName
{
background-color: #CF76B6;
}
.BgClassName
{
background-color: #CF76B6;
}
</style>
border-color css
<style>
span { border-color: #CF76B6; }
span { border-color: rgb(207,118,182); }
td.TdClassName
{
border-color: #CF76B6;
}
.TagClassName
{
border-color: #CF76B6;
}
</style>