Shades of Orchid #C67DC6
Tints of Orchid #C67DC6
RGB
CMYK
RGB Variations
Color information
#C67DC6 (or 0xC67DC6) is known color: Orchid. HEX triplet: C6, 7D and C6. RGB value is (198,125,198). Sum of RGB (Red+Green+Blue) = 198+125+198=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 198 - color contains mainly: red, blue. Hex color #C67DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DC6 is #398239. Grayscale: #9A9A9A. Windows color (decimal): -3768890 or 13008326. OLE color: 13008326.
HSL color Cylindrical-coordinate representation of color #C67DC6: hue angle of 300º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C67DC6 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 198 | - |
| CMYK | 0 | 0.37 | 0 | 0.22 |
| HSL | 300º | 0.39% | 0.63% | - |
| HSV(B) | 300º | 0.37% | 0.78% | - |
| XYZ | 40.82 | 30.75 | 57.21 | - |
| YUV | 155.15 | 152.18 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 198 | 0 | 0.37 | 0 | 0.22 | 300 | 0.39 | 0.63 |
| Hex | C6 | 7D | C6 | 0 | 25 | 0 | 16 | 12C | 27 | 3F |
| Octal | 306 | 175 | 306 | 0 | 45 | 0 | 26 | 454 | 47 | 77 |
| Binary | 11000110 | 1111101 | 11000110 | 0 | 100101 | 0 | 10110 | 100101100 | 100111 | 111111 |
Color Harmonies of #C67DC6
Complementary color
Monochromatic Colors of #C67DC6
Black with #C67DC6
Text Example
Text Example
White with #C67DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67DC6; }
p { color: rgb(198,125,198); }
H1.HeaderClassName
{
color: #C67DC6;
}
.AnyTagClassName
{
color: #C67DC6;
}
</style>
background-color css
<style>
a { background-color: #C67DC6; }
a { background-color: rgb(198,125,198); }
div.DivClassName
{
background-color: #C67DC6;
}
.BgClassName
{
background-color: #C67DC6;
}
</style>
border-color css
<style>
span { border-color: #C67DC6; }
span { border-color: rgb(198,125,198); }
td.TdClassName
{
border-color: #C67DC6;
}
.TagClassName
{
border-color: #C67DC6;
}
</style>