Shades of Orchid #C66ACF
Tints of Orchid #C66ACF
RGB
CMYK
RGB Variations
Color information
#C66ACF (or 0xC66ACF) is known color: Orchid. HEX triplet: C6, 6A and CF. RGB value is (198,106,207). Sum of RGB (Red+Green+Blue) = 198+106+207=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #C66ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ACF is #399530. Grayscale: #909090. Windows color (decimal): -3773745 or 13593286. OLE color: 13593286.
HSL color Cylindrical-coordinate representation of color #C66ACF: hue angle of 294.65º 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 #C66ACF is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 106 | 207 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.19 |
| HSL | 294.65º | 0.51% | 0.61% | - |
| HSV(B) | 294.65º | 0.49% | 0.81% | - |
| XYZ | 39.71 | 26.82 | 62.12 | - |
| YUV | 145.02 | 162.98 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 207 | 0.04 | 0.49 | 0 | 0.19 | 294.65 | 0.51 | 0.61 |
| Hex | C6 | 6A | CF | 4 | 31 | 0 | 13 | 127 | 33 | 3D |
| Octal | 306 | 152 | 317 | 4 | 61 | 0 | 23 | 447 | 63 | 75 |
| Binary | 11000110 | 1101010 | 11001111 | 100 | 110001 | 0 | 10011 | 100100111 | 110011 | 111101 |
Color Harmonies of #C66ACF
Complementary color
Monochromatic Colors of #C66ACF
Black with #C66ACF
Text Example
Text Example
White with #C66ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66ACF; }
p { color: rgb(198,106,207); }
H1.HeaderClassName
{
color: #C66ACF;
}
.AnyTagClassName
{
color: #C66ACF;
}
</style>
background-color css
<style>
a { background-color: #C66ACF; }
a { background-color: rgb(198,106,207); }
div.DivClassName
{
background-color: #C66ACF;
}
.BgClassName
{
background-color: #C66ACF;
}
</style>
border-color css
<style>
span { border-color: #C66ACF; }
span { border-color: rgb(198,106,207); }
td.TdClassName
{
border-color: #C66ACF;
}
.TagClassName
{
border-color: #C66ACF;
}
</style>