Shades of Orchid #C67ABF
Tints of Orchid #C67ABF
RGB
CMYK
RGB Variations
Color information
#C67ABF (or 0xC67ABF) is known color: Orchid. HEX triplet: C6, 7A and BF. RGB value is (198,122,191). Sum of RGB (Red+Green+Blue) = 198+122+191=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C67ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ABF is #398540. Grayscale: #989898. Windows color (decimal): -3769665 or 12548806. OLE color: 12548806.
HSL color Cylindrical-coordinate representation of color #C67ABF: hue angle of 305.53º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67ABF is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 191 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.22 |
| HSL | 305.53º | 0.4% | 0.63% | - |
| HSV(B) | 305.53º | 0.38% | 0.78% | - |
| XYZ | 39.65 | 29.69 | 52.93 | - |
| YUV | 152.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 191 | 0 | 0.38 | 0.04 | 0.22 | 305.53 | 0.4 | 0.63 |
| Hex | C6 | 7A | BF | 0 | 26 | 4 | 16 | 132 | 28 | 3F |
| Octal | 306 | 172 | 277 | 0 | 46 | 4 | 26 | 462 | 50 | 77 |
| Binary | 11000110 | 1111010 | 10111111 | 0 | 100110 | 100 | 10110 | 100110010 | 101000 | 111111 |
Color Harmonies of #C67ABF
Complementary color
Monochromatic Colors of #C67ABF
Black with #C67ABF
Text Example
Text Example
White with #C67ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67ABF; }
p { color: rgb(198,122,191); }
H1.HeaderClassName
{
color: #C67ABF;
}
.AnyTagClassName
{
color: #C67ABF;
}
</style>
background-color css
<style>
a { background-color: #C67ABF; }
a { background-color: rgb(198,122,191); }
div.DivClassName
{
background-color: #C67ABF;
}
.BgClassName
{
background-color: #C67ABF;
}
</style>
border-color css
<style>
span { border-color: #C67ABF; }
span { border-color: rgb(198,122,191); }
td.TdClassName
{
border-color: #C67ABF;
}
.TagClassName
{
border-color: #C67ABF;
}
</style>