Shades of Orchid #C76ACF
Tints of Orchid #C76ACF
RGB
CMYK
RGB Variations
Color information
#C76ACF (or 0xC76ACF) is known color: Orchid. HEX triplet: C7, 6A and CF. RGB value is (199,106,207). Sum of RGB (Red+Green+Blue) = 199+106+207=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #C76ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ACF is #389530. Grayscale: #919191. Windows color (decimal): -3708209 or 13593287. OLE color: 13593287.
HSL color Cylindrical-coordinate representation of color #C76ACF: hue angle of 295.25º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76ACF is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 106 | 207 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.19 |
| HSL | 295.25º | 0.51% | 0.61% | - |
| HSV(B) | 295.25º | 0.49% | 0.81% | - |
| XYZ | 39.97 | 26.96 | 62.13 | - |
| YUV | 145.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 207 | 0.04 | 0.49 | 0 | 0.19 | 295.25 | 0.51 | 0.61 |
| Hex | C7 | 6A | CF | 4 | 31 | 0 | 13 | 127 | 33 | 3D |
| Octal | 307 | 152 | 317 | 4 | 61 | 0 | 23 | 447 | 63 | 75 |
| Binary | 11000111 | 1101010 | 11001111 | 100 | 110001 | 0 | 10011 | 100100111 | 110011 | 111101 |
Color Harmonies of #C76ACF
Complementary color
Monochromatic Colors of #C76ACF
Black with #C76ACF
Text Example
Text Example
White with #C76ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76ACF; }
p { color: rgb(199,106,207); }
H1.HeaderClassName
{
color: #C76ACF;
}
.AnyTagClassName
{
color: #C76ACF;
}
</style>
background-color css
<style>
a { background-color: #C76ACF; }
a { background-color: rgb(199,106,207); }
div.DivClassName
{
background-color: #C76ACF;
}
.BgClassName
{
background-color: #C76ACF;
}
</style>
border-color css
<style>
span { border-color: #C76ACF; }
span { border-color: rgb(199,106,207); }
td.TdClassName
{
border-color: #C76ACF;
}
.TagClassName
{
border-color: #C76ACF;
}
</style>