Shades of Orchid #C67ADB
Tints of Orchid #C67ADB
RGB
CMYK
RGB Variations
Color information
#C67ADB (or 0xC67ADB) is known color: Orchid. HEX triplet: C6, 7A and DB. RGB value is (198,122,219). Sum of RGB (Red+Green+Blue) = 198+122+219=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #C67ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ADB is #398524. Grayscale: #9B9B9B. Windows color (decimal): -3769637 or 14383814. OLE color: 14383814.
HSL color Cylindrical-coordinate representation of color #C67ADB: hue angle of 287.01º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C67ADB is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 122 | 219 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.14 |
| HSL | 287.01º | 0.57% | 0.67% | - |
| HSV(B) | 287.01º | 0.44% | 0.86% | - |
| XYZ | 43.03 | 31.04 | 70.74 | - |
| YUV | 155.78 | 163.68 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 219 | 0.10 | 0.44 | 0 | 0.14 | 287.01 | 0.57 | 0.67 |
| Hex | C6 | 7A | DB | A | 2C | 0 | E | 11F | 39 | 43 |
| Octal | 306 | 172 | 333 | 12 | 54 | 0 | 16 | 437 | 71 | 103 |
| Binary | 11000110 | 1111010 | 11011011 | 1010 | 101100 | 0 | 1110 | 100011111 | 111001 | 1000011 |
Color Harmonies of #C67ADB
Complementary color
Monochromatic Colors of #C67ADB
Black with #C67ADB
Text Example
Text Example
White with #C67ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67ADB; }
p { color: rgb(198,122,219); }
H1.HeaderClassName
{
color: #C67ADB;
}
.AnyTagClassName
{
color: #C67ADB;
}
</style>
background-color css
<style>
a { background-color: #C67ADB; }
a { background-color: rgb(198,122,219); }
div.DivClassName
{
background-color: #C67ADB;
}
.BgClassName
{
background-color: #C67ADB;
}
</style>
border-color css
<style>
span { border-color: #C67ADB; }
span { border-color: rgb(198,122,219); }
td.TdClassName
{
border-color: #C67ADB;
}
.TagClassName
{
border-color: #C67ADB;
}
</style>