Shades of Orchid #C67ADE
Tints of Orchid #C67ADE
RGB
CMYK
RGB Variations
Color information
#C67ADE (or 0xC67ADE) is known color: Orchid. HEX triplet: C6, 7A and DE. RGB value is (198,122,222). Sum of RGB (Red+Green+Blue) = 198+122+222=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #C67ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ADE is #398521. Grayscale: #9B9B9B. Windows color (decimal): -3769634 or 14580422. OLE color: 14580422.
HSL color Cylindrical-coordinate representation of color #C67ADE: hue angle of 285.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C67ADE is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 122 | 222 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.13 |
| HSL | 285.6º | 0.6% | 0.67% | - |
| HSV(B) | 285.6º | 0.45% | 0.87% | - |
| XYZ | 43.43 | 31.2 | 72.84 | - |
| YUV | 156.12 | 165.18 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 222 | 0.11 | 0.45 | 0 | 0.13 | 285.6 | 0.6 | 0.67 |
| Hex | C6 | 7A | DE | B | 2D | 0 | D | 11E | 3C | 43 |
| Octal | 306 | 172 | 336 | 13 | 55 | 0 | 15 | 436 | 74 | 103 |
| Binary | 11000110 | 1111010 | 11011110 | 1011 | 101101 | 0 | 1101 | 100011110 | 111100 | 1000011 |
Color Harmonies of #C67ADE
Complementary color
Monochromatic Colors of #C67ADE
Black with #C67ADE
Text Example
Text Example
White with #C67ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67ADE; }
p { color: rgb(198,122,222); }
H1.HeaderClassName
{
color: #C67ADE;
}
.AnyTagClassName
{
color: #C67ADE;
}
</style>
background-color css
<style>
a { background-color: #C67ADE; }
a { background-color: rgb(198,122,222); }
div.DivClassName
{
background-color: #C67ADE;
}
.BgClassName
{
background-color: #C67ADE;
}
</style>
border-color css
<style>
span { border-color: #C67ADE; }
span { border-color: rgb(198,122,222); }
td.TdClassName
{
border-color: #C67ADE;
}
.TagClassName
{
border-color: #C67ADE;
}
</style>