Shades of Orchid #C67BBC
Tints of Orchid #C67BBC
RGB
CMYK
RGB Variations
Color information
#C67BBC (or 0xC67BBC) is known color: Orchid. HEX triplet: C6, 7B and BC. RGB value is (198,123,188). Sum of RGB (Red+Green+Blue) = 198+123+188=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C67BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BBC is #398443. Grayscale: #989898. Windows color (decimal): -3769412 or 12352454. OLE color: 12352454.
HSL color Cylindrical-coordinate representation of color #C67BBC: hue angle of 308º 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 #C67BBC is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 188 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.22 |
| HSL | 308º | 0.4% | 0.63% | - |
| HSV(B) | 308º | 0.38% | 0.78% | - |
| XYZ | 39.45 | 29.8 | 51.25 | - |
| YUV | 152.84 | 147.85 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 188 | 0 | 0.38 | 0.05 | 0.22 | 308 | 0.4 | 0.63 |
| Hex | C6 | 7B | BC | 0 | 26 | 5 | 16 | 134 | 28 | 3F |
| Octal | 306 | 173 | 274 | 0 | 46 | 5 | 26 | 464 | 50 | 77 |
| Binary | 11000110 | 1111011 | 10111100 | 0 | 100110 | 101 | 10110 | 100110100 | 101000 | 111111 |
Color Harmonies of #C67BBC
Complementary color
Monochromatic Colors of #C67BBC
Black with #C67BBC
Text Example
Text Example
White with #C67BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67BBC; }
p { color: rgb(198,123,188); }
H1.HeaderClassName
{
color: #C67BBC;
}
.AnyTagClassName
{
color: #C67BBC;
}
</style>
background-color css
<style>
a { background-color: #C67BBC; }
a { background-color: rgb(198,123,188); }
div.DivClassName
{
background-color: #C67BBC;
}
.BgClassName
{
background-color: #C67BBC;
}
</style>
border-color css
<style>
span { border-color: #C67BBC; }
span { border-color: rgb(198,123,188); }
td.TdClassName
{
border-color: #C67BBC;
}
.TagClassName
{
border-color: #C67BBC;
}
</style>