Shades of Orchid #C673DB
Tints of Orchid #C673DB
RGB
CMYK
RGB Variations
Color information
#C673DB (or 0xC673DB) is known color: Orchid. HEX triplet: C6, 73 and DB. RGB value is (198,115,219). Sum of RGB (Red+Green+Blue) = 198+115+219=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #C673DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C673DB is #398C24. Grayscale: #979797. Windows color (decimal): -3771429 or 14382022. OLE color: 14382022.
HSL color Cylindrical-coordinate representation of color #C673DB: hue angle of 287.88º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C673DB is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 115 | 219 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.14 |
| HSL | 287.88º | 0.59% | 0.65% | - |
| HSV(B) | 287.88º | 0.47% | 0.86% | - |
| XYZ | 42.21 | 29.38 | 70.46 | - |
| YUV | 151.67 | 166 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 219 | 0.10 | 0.47 | 0 | 0.14 | 287.88 | 0.59 | 0.65 |
| Hex | C6 | 73 | DB | A | 2F | 0 | E | 120 | 3B | 41 |
| Octal | 306 | 163 | 333 | 12 | 57 | 0 | 16 | 440 | 73 | 101 |
| Binary | 11000110 | 1110011 | 11011011 | 1010 | 101111 | 0 | 1110 | 100100000 | 111011 | 1000001 |
Color Harmonies of #C673DB
Complementary color
Monochromatic Colors of #C673DB
Black with #C673DB
Text Example
Text Example
White with #C673DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C673DB; }
p { color: rgb(198,115,219); }
H1.HeaderClassName
{
color: #C673DB;
}
.AnyTagClassName
{
color: #C673DB;
}
</style>
background-color css
<style>
a { background-color: #C673DB; }
a { background-color: rgb(198,115,219); }
div.DivClassName
{
background-color: #C673DB;
}
.BgClassName
{
background-color: #C673DB;
}
</style>
border-color css
<style>
span { border-color: #C673DB; }
span { border-color: rgb(198,115,219); }
td.TdClassName
{
border-color: #C673DB;
}
.TagClassName
{
border-color: #C673DB;
}
</style>