Shades of Orchid #C67ADF
Tints of Orchid #C67ADF
RGB
CMYK
RGB Variations
Color information
#C67ADF (or 0xC67ADF) is known color: Orchid. HEX triplet: C6, 7A and DF. RGB value is (198,122,223). Sum of RGB (Red+Green+Blue) = 198+122+223=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #C67ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ADF is #398520. Grayscale: #9B9B9B. Windows color (decimal): -3769633 or 14645958. OLE color: 14645958.
HSL color Cylindrical-coordinate representation of color #C67ADF: hue angle of 285.15º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C67ADF is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 122 | 223 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.13 |
| HSL | 285.15º | 0.61% | 0.68% | - |
| HSV(B) | 285.15º | 0.45% | 0.87% | - |
| XYZ | 43.57 | 31.25 | 73.55 | - |
| YUV | 156.24 | 165.68 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 223 | 0.11 | 0.45 | 0 | 0.13 | 285.15 | 0.61 | 0.68 |
| Hex | C6 | 7A | DF | B | 2D | 0 | D | 11D | 3D | 44 |
| Octal | 306 | 172 | 337 | 13 | 55 | 0 | 15 | 435 | 75 | 104 |
| Binary | 11000110 | 1111010 | 11011111 | 1011 | 101101 | 0 | 1101 | 100011101 | 111101 | 1000100 |
Color Harmonies of #C67ADF
Complementary color
Monochromatic Colors of #C67ADF
Black with #C67ADF
Text Example
Text Example
White with #C67ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67ADF; }
p { color: rgb(198,122,223); }
H1.HeaderClassName
{
color: #C67ADF;
}
.AnyTagClassName
{
color: #C67ADF;
}
</style>
background-color css
<style>
a { background-color: #C67ADF; }
a { background-color: rgb(198,122,223); }
div.DivClassName
{
background-color: #C67ADF;
}
.BgClassName
{
background-color: #C67ADF;
}
</style>
border-color css
<style>
span { border-color: #C67ADF; }
span { border-color: rgb(198,122,223); }
td.TdClassName
{
border-color: #C67ADF;
}
.TagClassName
{
border-color: #C67ADF;
}
</style>