Shades of Orchid #C67BCD
Tints of Orchid #C67BCD
RGB
CMYK
RGB Variations
Color information
#C67BCD (or 0xC67BCD) is known color: Orchid. HEX triplet: C6, 7B and CD. RGB value is (198,123,205). Sum of RGB (Red+Green+Blue) = 198+123+205=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #C67BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BCD is #398432. Grayscale: #9A9A9A. Windows color (decimal): -3769395 or 13466566. OLE color: 13466566.
HSL color Cylindrical-coordinate representation of color #C67BCD: hue angle of 294.88º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C67BCD is Cyan = 0.03, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 123 | 205 | - |
| CMYK | 0.03 | 0.4 | 0 | 0.20 |
| HSL | 294.88º | 0.45% | 0.64% | - |
| HSV(B) | 294.88º | 0.4% | 0.8% | - |
| XYZ | 41.39 | 30.58 | 61.48 | - |
| YUV | 154.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 205 | 0.03 | 0.4 | 0 | 0.20 | 294.88 | 0.45 | 0.64 |
| Hex | C6 | 7B | CD | 3 | 28 | 0 | 14 | 127 | 2D | 40 |
| Octal | 306 | 173 | 315 | 3 | 50 | 0 | 24 | 447 | 55 | 100 |
| Binary | 11000110 | 1111011 | 11001101 | 11 | 101000 | 0 | 10100 | 100100111 | 101101 | 1000000 |
Color Harmonies of #C67BCD
Complementary color
Monochromatic Colors of #C67BCD
Black with #C67BCD
Text Example
Text Example
White with #C67BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67BCD; }
p { color: rgb(198,123,205); }
H1.HeaderClassName
{
color: #C67BCD;
}
.AnyTagClassName
{
color: #C67BCD;
}
</style>
background-color css
<style>
a { background-color: #C67BCD; }
a { background-color: rgb(198,123,205); }
div.DivClassName
{
background-color: #C67BCD;
}
.BgClassName
{
background-color: #C67BCD;
}
</style>
border-color css
<style>
span { border-color: #C67BCD; }
span { border-color: rgb(198,123,205); }
td.TdClassName
{
border-color: #C67BCD;
}
.TagClassName
{
border-color: #C67BCD;
}
</style>