Shades of Orchid #C673D0
Tints of Orchid #C673D0
RGB
CMYK
RGB Variations
Color information
#C673D0 (or 0xC673D0) is known color: Orchid. HEX triplet: C6, 73 and D0. RGB value is (198,115,208). Sum of RGB (Red+Green+Blue) = 198+115+208=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #C673D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C673D0 is #398C2F. Grayscale: #969696. Windows color (decimal): -3771440 or 13661126. OLE color: 13661126.
HSL color Cylindrical-coordinate representation of color #C673D0: hue angle of 293.55º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C673D0 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 115 | 208 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.18 |
| HSL | 293.55º | 0.5% | 0.63% | - |
| HSV(B) | 293.55º | 0.45% | 0.82% | - |
| XYZ | 40.8 | 28.82 | 63.09 | - |
| YUV | 150.42 | 160.5 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 208 | 0.05 | 0.45 | 0 | 0.18 | 293.55 | 0.5 | 0.63 |
| Hex | C6 | 73 | D0 | 5 | 2D | 0 | 12 | 126 | 32 | 3F |
| Octal | 306 | 163 | 320 | 5 | 55 | 0 | 22 | 446 | 62 | 77 |
| Binary | 11000110 | 1110011 | 11010000 | 101 | 101101 | 0 | 10010 | 100100110 | 110010 | 111111 |
Color Harmonies of #C673D0
Complementary color
Monochromatic Colors of #C673D0
Black with #C673D0
Text Example
Text Example
White with #C673D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C673D0; }
p { color: rgb(198,115,208); }
H1.HeaderClassName
{
color: #C673D0;
}
.AnyTagClassName
{
color: #C673D0;
}
</style>
background-color css
<style>
a { background-color: #C673D0; }
a { background-color: rgb(198,115,208); }
div.DivClassName
{
background-color: #C673D0;
}
.BgClassName
{
background-color: #C673D0;
}
</style>
border-color css
<style>
span { border-color: #C673D0; }
span { border-color: rgb(198,115,208); }
td.TdClassName
{
border-color: #C673D0;
}
.TagClassName
{
border-color: #C673D0;
}
</style>