Shades of Orchid #C674CF
Tints of Orchid #C674CF
RGB
CMYK
RGB Variations
Color information
#C674CF (or 0xC674CF) is known color: Orchid. HEX triplet: C6, 74 and CF. RGB value is (198,116,207). Sum of RGB (Red+Green+Blue) = 198+116+207=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #C674CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C674CF is #398B30. Grayscale: #969696. Windows color (decimal): -3771185 or 13595846. OLE color: 13595846.
HSL color Cylindrical-coordinate representation of color #C674CF: hue angle of 294.07º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C674CF is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 116 | 207 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.19 |
| HSL | 294.07º | 0.49% | 0.63% | - |
| HSV(B) | 294.07º | 0.44% | 0.81% | - |
| XYZ | 40.8 | 29 | 62.48 | - |
| YUV | 150.89 | 159.67 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 207 | 0.04 | 0.44 | 0 | 0.19 | 294.07 | 0.49 | 0.63 |
| Hex | C6 | 74 | CF | 4 | 2C | 0 | 13 | 126 | 31 | 3F |
| Octal | 306 | 164 | 317 | 4 | 54 | 0 | 23 | 446 | 61 | 77 |
| Binary | 11000110 | 1110100 | 11001111 | 100 | 101100 | 0 | 10011 | 100100110 | 110001 | 111111 |
Color Harmonies of #C674CF
Complementary color
Monochromatic Colors of #C674CF
Black with #C674CF
Text Example
Text Example
White with #C674CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C674CF; }
p { color: rgb(198,116,207); }
H1.HeaderClassName
{
color: #C674CF;
}
.AnyTagClassName
{
color: #C674CF;
}
</style>
background-color css
<style>
a { background-color: #C674CF; }
a { background-color: rgb(198,116,207); }
div.DivClassName
{
background-color: #C674CF;
}
.BgClassName
{
background-color: #C674CF;
}
</style>
border-color css
<style>
span { border-color: #C674CF; }
span { border-color: rgb(198,116,207); }
td.TdClassName
{
border-color: #C674CF;
}
.TagClassName
{
border-color: #C674CF;
}
</style>