Shades of Orchid #CF77CF
Tints of Orchid #CF77CF
RGB
CMYK
RGB Variations
Color information
#CF77CF (or 0xCF77CF) is known color: Orchid. HEX triplet: CF, 77 and CF. RGB value is (207,119,207). Sum of RGB (Red+Green+Blue) = 207+119+207=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF77CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77CF is #308830. Grayscale: #9B9B9B. Windows color (decimal): -3180593 or 13596623. OLE color: 13596623.
HSL color Cylindrical-coordinate representation of color #CF77CF: hue angle of 300º 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 #CF77CF is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 207 | - |
| CMYK | 0 | 0.43 | 0 | 0.19 |
| HSL | 300º | 0.48% | 0.64% | - |
| HSV(B) | 300º | 0.43% | 0.81% | - |
| XYZ | 43.59 | 30.96 | 62.71 | - |
| YUV | 155.34 | 157.15 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 207 | 0 | 0.43 | 0 | 0.19 | 300 | 0.48 | 0.64 |
| Hex | CF | 77 | CF | 0 | 2B | 0 | 13 | 12C | 30 | 40 |
| Octal | 317 | 167 | 317 | 0 | 53 | 0 | 23 | 454 | 60 | 100 |
| Binary | 11001111 | 1110111 | 11001111 | 0 | 101011 | 0 | 10011 | 100101100 | 110000 | 1000000 |
Color Harmonies of #CF77CF
Complementary color
Monochromatic Colors of #CF77CF
Black with #CF77CF
Text Example
Text Example
White with #CF77CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF77CF; }
p { color: rgb(207,119,207); }
H1.HeaderClassName
{
color: #CF77CF;
}
.AnyTagClassName
{
color: #CF77CF;
}
</style>
background-color css
<style>
a { background-color: #CF77CF; }
a { background-color: rgb(207,119,207); }
div.DivClassName
{
background-color: #CF77CF;
}
.BgClassName
{
background-color: #CF77CF;
}
</style>
border-color css
<style>
span { border-color: #CF77CF; }
span { border-color: rgb(207,119,207); }
td.TdClassName
{
border-color: #CF77CF;
}
.TagClassName
{
border-color: #CF77CF;
}
</style>