Shades of Orchid #C674DF
Tints of Orchid #C674DF
RGB
CMYK
RGB Variations
Color information
#C674DF (or 0xC674DF) is known color: Orchid. HEX triplet: C6, 74 and DF. RGB value is (198,116,223). Sum of RGB (Red+Green+Blue) = 198+116+223=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #C674DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C674DF is #398B20. Grayscale: #989898. Windows color (decimal): -3771169 or 14644422. OLE color: 14644422.
HSL color Cylindrical-coordinate representation of color #C674DF: hue angle of 285.98º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C674DF is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 116 | 223 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.13 |
| HSL | 285.98º | 0.63% | 0.66% | - |
| HSV(B) | 285.98º | 0.48% | 0.87% | - |
| XYZ | 42.85 | 29.82 | 73.31 | - |
| YUV | 152.72 | 167.67 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 223 | 0.11 | 0.48 | 0 | 0.13 | 285.98 | 0.63 | 0.66 |
| Hex | C6 | 74 | DF | B | 30 | 0 | D | 11E | 3F | 42 |
| Octal | 306 | 164 | 337 | 13 | 60 | 0 | 15 | 436 | 77 | 102 |
| Binary | 11000110 | 1110100 | 11011111 | 1011 | 110000 | 0 | 1101 | 100011110 | 111111 | 1000010 |
Color Harmonies of #C674DF
Complementary color
Monochromatic Colors of #C674DF
Black with #C674DF
Text Example
Text Example
White with #C674DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C674DF; }
p { color: rgb(198,116,223); }
H1.HeaderClassName
{
color: #C674DF;
}
.AnyTagClassName
{
color: #C674DF;
}
</style>
background-color css
<style>
a { background-color: #C674DF; }
a { background-color: rgb(198,116,223); }
div.DivClassName
{
background-color: #C674DF;
}
.BgClassName
{
background-color: #C674DF;
}
</style>
border-color css
<style>
span { border-color: #C674DF; }
span { border-color: rgb(198,116,223); }
td.TdClassName
{
border-color: #C674DF;
}
.TagClassName
{
border-color: #C674DF;
}
</style>