Shades of Orchid #C674D0
Tints of Orchid #C674D0
RGB
CMYK
RGB Variations
Color information
#C674D0 (or 0xC674D0) is known color: Orchid. HEX triplet: C6, 74 and D0. RGB value is (198,116,208). Sum of RGB (Red+Green+Blue) = 198+116+208=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #C674D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C674D0 is #398B2F. Grayscale: #969696. Windows color (decimal): -3771184 or 13661382. OLE color: 13661382.
HSL color Cylindrical-coordinate representation of color #C674D0: hue angle of 293.48º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C674D0 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 116 | 208 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.18 |
| HSL | 293.48º | 0.49% | 0.64% | - |
| HSV(B) | 293.48º | 0.44% | 0.82% | - |
| XYZ | 40.92 | 29.05 | 63.13 | - |
| YUV | 151.01 | 160.17 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 208 | 0.05 | 0.44 | 0 | 0.18 | 293.48 | 0.49 | 0.64 |
| Hex | C6 | 74 | D0 | 5 | 2C | 0 | 12 | 125 | 31 | 40 |
| Octal | 306 | 164 | 320 | 5 | 54 | 0 | 22 | 445 | 61 | 100 |
| Binary | 11000110 | 1110100 | 11010000 | 101 | 101100 | 0 | 10010 | 100100101 | 110001 | 1000000 |
Color Harmonies of #C674D0
Complementary color
Monochromatic Colors of #C674D0
Black with #C674D0
Text Example
Text Example
White with #C674D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C674D0; }
p { color: rgb(198,116,208); }
H1.HeaderClassName
{
color: #C674D0;
}
.AnyTagClassName
{
color: #C674D0;
}
</style>
background-color css
<style>
a { background-color: #C674D0; }
a { background-color: rgb(198,116,208); }
div.DivClassName
{
background-color: #C674D0;
}
.BgClassName
{
background-color: #C674D0;
}
</style>
border-color css
<style>
span { border-color: #C674D0; }
span { border-color: rgb(198,116,208); }
td.TdClassName
{
border-color: #C674D0;
}
.TagClassName
{
border-color: #C674D0;
}
</style>