Shades of Orchid #C674DB
Tints of Orchid #C674DB
RGB
CMYK
RGB Variations
Color information
#C674DB (or 0xC674DB) is known color: Orchid. HEX triplet: C6, 74 and DB. RGB value is (198,116,219). Sum of RGB (Red+Green+Blue) = 198+116+219=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #C674DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C674DB is #398B24. Grayscale: #979797. Windows color (decimal): -3771173 or 14382278. OLE color: 14382278.
HSL color Cylindrical-coordinate representation of color #C674DB: hue angle of 287.77º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C674DB is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 116 | 219 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.14 |
| HSL | 287.77º | 0.59% | 0.66% | - |
| HSV(B) | 287.77º | 0.47% | 0.86% | - |
| XYZ | 42.32 | 29.61 | 70.5 | - |
| YUV | 152.26 | 165.67 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 219 | 0.10 | 0.47 | 0 | 0.14 | 287.77 | 0.59 | 0.66 |
| Hex | C6 | 74 | DB | A | 2F | 0 | E | 120 | 3B | 42 |
| Octal | 306 | 164 | 333 | 12 | 57 | 0 | 16 | 440 | 73 | 102 |
| Binary | 11000110 | 1110100 | 11011011 | 1010 | 101111 | 0 | 1110 | 100100000 | 111011 | 1000010 |
Color Harmonies of #C674DB
Complementary color
Monochromatic Colors of #C674DB
Black with #C674DB
Text Example
Text Example
White with #C674DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C674DB; }
p { color: rgb(198,116,219); }
H1.HeaderClassName
{
color: #C674DB;
}
.AnyTagClassName
{
color: #C674DB;
}
</style>
background-color css
<style>
a { background-color: #C674DB; }
a { background-color: rgb(198,116,219); }
div.DivClassName
{
background-color: #C674DB;
}
.BgClassName
{
background-color: #C674DB;
}
</style>
border-color css
<style>
span { border-color: #C674DB; }
span { border-color: rgb(198,116,219); }
td.TdClassName
{
border-color: #C674DB;
}
.TagClassName
{
border-color: #C674DB;
}
</style>