Shades of Orchid #C67BC7
Tints of Orchid #C67BC7
RGB
CMYK
RGB Variations
Color information
#C67BC7 (or 0xC67BC7) is known color: Orchid. HEX triplet: C6, 7B and C7. RGB value is (198,123,199). Sum of RGB (Red+Green+Blue) = 198+123+199=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 199 - color contains mainly: blue. Hex color #C67BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BC7 is #398438. Grayscale: #999999. Windows color (decimal): -3769401 or 13073350. OLE color: 13073350.
HSL color Cylindrical-coordinate representation of color #C67BC7: hue angle of 299.21º 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 #C67BC7 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 199 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.22 |
| HSL | 299.21º | 0.4% | 0.63% | - |
| HSV(B) | 299.21º | 0.38% | 0.78% | - |
| XYZ | 40.68 | 30.3 | 57.74 | - |
| YUV | 154.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 199 | 0.01 | 0.38 | 0 | 0.22 | 299.21 | 0.4 | 0.63 |
| Hex | C6 | 7B | C7 | 1 | 26 | 0 | 16 | 12B | 28 | 3F |
| Octal | 306 | 173 | 307 | 1 | 46 | 0 | 26 | 453 | 50 | 77 |
| Binary | 11000110 | 1111011 | 11000111 | 1 | 100110 | 0 | 10110 | 100101011 | 101000 | 111111 |
Color Harmonies of #C67BC7
Complementary color
Monochromatic Colors of #C67BC7
Black with #C67BC7
Text Example
Text Example
White with #C67BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67BC7; }
p { color: rgb(198,123,199); }
H1.HeaderClassName
{
color: #C67BC7;
}
.AnyTagClassName
{
color: #C67BC7;
}
</style>
background-color css
<style>
a { background-color: #C67BC7; }
a { background-color: rgb(198,123,199); }
div.DivClassName
{
background-color: #C67BC7;
}
.BgClassName
{
background-color: #C67BC7;
}
</style>
border-color css
<style>
span { border-color: #C67BC7; }
span { border-color: rgb(198,123,199); }
td.TdClassName
{
border-color: #C67BC7;
}
.TagClassName
{
border-color: #C67BC7;
}
</style>