Shades of Orchid #C67ACD
Tints of Orchid #C67ACD
RGB
CMYK
RGB Variations
Color information
#C67ACD (or 0xC67ACD) is known color: Orchid. HEX triplet: C6, 7A and CD. RGB value is (198,122,205). Sum of RGB (Red+Green+Blue) = 198+122+205=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #C67ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ACD is #398532. Grayscale: #999999. Windows color (decimal): -3769651 or 13466310. OLE color: 13466310.
HSL color Cylindrical-coordinate representation of color #C67ACD: hue angle of 294.94º 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 #C67ACD is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 122 | 205 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.20 |
| HSL | 294.94º | 0.45% | 0.64% | - |
| HSV(B) | 294.94º | 0.4% | 0.8% | - |
| XYZ | 41.27 | 30.33 | 61.44 | - |
| YUV | 154.19 | 156.68 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 205 | 0.03 | 0.40 | 0 | 0.20 | 294.94 | 0.45 | 0.64 |
| Hex | C6 | 7A | CD | 3 | 28 | 0 | 14 | 127 | 2D | 40 |
| Octal | 306 | 172 | 315 | 3 | 50 | 0 | 24 | 447 | 55 | 100 |
| Binary | 11000110 | 1111010 | 11001101 | 11 | 101000 | 0 | 10100 | 100100111 | 101101 | 1000000 |
Color Harmonies of #C67ACD
Complementary color
Monochromatic Colors of #C67ACD
Black with #C67ACD
Text Example
Text Example
White with #C67ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67ACD; }
p { color: rgb(198,122,205); }
H1.HeaderClassName
{
color: #C67ACD;
}
.AnyTagClassName
{
color: #C67ACD;
}
</style>
background-color css
<style>
a { background-color: #C67ACD; }
a { background-color: rgb(198,122,205); }
div.DivClassName
{
background-color: #C67ACD;
}
.BgClassName
{
background-color: #C67ACD;
}
</style>
border-color css
<style>
span { border-color: #C67ACD; }
span { border-color: rgb(198,122,205); }
td.TdClassName
{
border-color: #C67ACD;
}
.TagClassName
{
border-color: #C67ACD;
}
</style>