Shades of Orchid #C673E1
Tints of Orchid #C673E1
RGB
CMYK
RGB Variations
Color information
#C673E1 (or 0xC673E1) is known color: Orchid. HEX triplet: C6, 73 and E1. RGB value is (198,115,225). Sum of RGB (Red+Green+Blue) = 198+115+225=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #C673E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C673E1 is #398C1E. Grayscale: #989898. Windows color (decimal): -3771423 or 14775238. OLE color: 14775238.
HSL color Cylindrical-coordinate representation of color #C673E1: hue angle of 285.27º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C673E1 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 115 | 225 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.12 |
| HSL | 285.27º | 0.65% | 0.67% | - |
| HSV(B) | 285.27º | 0.49% | 0.88% | - |
| XYZ | 43.01 | 29.7 | 74.7 | - |
| YUV | 152.36 | 169 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 225 | 0.12 | 0.49 | 0 | 0.12 | 285.27 | 0.65 | 0.67 |
| Hex | C6 | 73 | E1 | C | 31 | 0 | C | 11D | 41 | 43 |
| Octal | 306 | 163 | 341 | 14 | 61 | 0 | 14 | 435 | 101 | 103 |
| Binary | 11000110 | 1110011 | 11100001 | 1100 | 110001 | 0 | 1100 | 100011101 | 1000001 | 1000011 |
Color Harmonies of #C673E1
Complementary color
Monochromatic Colors of #C673E1
Black with #C673E1
Text Example
Text Example
White with #C673E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C673E1; }
p { color: rgb(198,115,225); }
H1.HeaderClassName
{
color: #C673E1;
}
.AnyTagClassName
{
color: #C673E1;
}
</style>
background-color css
<style>
a { background-color: #C673E1; }
a { background-color: rgb(198,115,225); }
div.DivClassName
{
background-color: #C673E1;
}
.BgClassName
{
background-color: #C673E1;
}
</style>
border-color css
<style>
span { border-color: #C673E1; }
span { border-color: rgb(198,115,225); }
td.TdClassName
{
border-color: #C673E1;
}
.TagClassName
{
border-color: #C673E1;
}
</style>