Shades of Orchid #C673CD
Tints of Orchid #C673CD
RGB
CMYK
RGB Variations
Color information
#C673CD (or 0xC673CD) is known color: Orchid. HEX triplet: C6, 73 and CD. RGB value is (198,115,205). Sum of RGB (Red+Green+Blue) = 198+115+205=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #C673CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C673CD is #398C32. Grayscale: #959595. Windows color (decimal): -3771443 or 13464518. OLE color: 13464518.
HSL color Cylindrical-coordinate representation of color #C673CD: hue angle of 295.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C673CD is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 115 | 205 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.20 |
| HSL | 295.33º | 0.47% | 0.63% | - |
| HSV(B) | 295.33º | 0.44% | 0.8% | - |
| XYZ | 40.44 | 28.68 | 61.16 | - |
| YUV | 150.08 | 159 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 205 | 0.03 | 0.44 | 0 | 0.20 | 295.33 | 0.47 | 0.63 |
| Hex | C6 | 73 | CD | 3 | 2C | 0 | 14 | 127 | 2F | 3F |
| Octal | 306 | 163 | 315 | 3 | 54 | 0 | 24 | 447 | 57 | 77 |
| Binary | 11000110 | 1110011 | 11001101 | 11 | 101100 | 0 | 10100 | 100100111 | 101111 | 111111 |
Color Harmonies of #C673CD
Complementary color
Monochromatic Colors of #C673CD
Black with #C673CD
Text Example
Text Example
White with #C673CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C673CD; }
p { color: rgb(198,115,205); }
H1.HeaderClassName
{
color: #C673CD;
}
.AnyTagClassName
{
color: #C673CD;
}
</style>
background-color css
<style>
a { background-color: #C673CD; }
a { background-color: rgb(198,115,205); }
div.DivClassName
{
background-color: #C673CD;
}
.BgClassName
{
background-color: #C673CD;
}
</style>
border-color css
<style>
span { border-color: #C673CD; }
span { border-color: rgb(198,115,205); }
td.TdClassName
{
border-color: #C673CD;
}
.TagClassName
{
border-color: #C673CD;
}
</style>