Shades of Orchid #C674BB
Tints of Orchid #C674BB
RGB
CMYK
RGB Variations
Color information
#C674BB (or 0xC674BB) is known color: Orchid. HEX triplet: C6, 74 and BB. RGB value is (198,116,187). Sum of RGB (Red+Green+Blue) = 198+116+187=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C674BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C674BB is #398B44. Grayscale: #949494. Windows color (decimal): -3771205 or 12285126. OLE color: 12285126.
HSL color Cylindrical-coordinate representation of color #C674BB: hue angle of 308.05º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C674BB is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 187 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.22 |
| HSL | 308.05º | 0.42% | 0.62% | - |
| HSV(B) | 308.05º | 0.41% | 0.78% | - |
| XYZ | 38.5 | 28.08 | 50.41 | - |
| YUV | 148.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 187 | 0 | 0.41 | 0.06 | 0.22 | 308.05 | 0.42 | 0.62 |
| Hex | C6 | 74 | BB | 0 | 29 | 6 | 16 | 134 | 2A | 3E |
| Octal | 306 | 164 | 273 | 0 | 51 | 6 | 26 | 464 | 52 | 76 |
| Binary | 11000110 | 1110100 | 10111011 | 0 | 101001 | 110 | 10110 | 100110100 | 101010 | 111110 |
Color Harmonies of #C674BB
Complementary color
Monochromatic Colors of #C674BB
Black with #C674BB
Text Example
Text Example
White with #C674BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C674BB; }
p { color: rgb(198,116,187); }
H1.HeaderClassName
{
color: #C674BB;
}
.AnyTagClassName
{
color: #C674BB;
}
</style>
background-color css
<style>
a { background-color: #C674BB; }
a { background-color: rgb(198,116,187); }
div.DivClassName
{
background-color: #C674BB;
}
.BgClassName
{
background-color: #C674BB;
}
</style>
border-color css
<style>
span { border-color: #C674BB; }
span { border-color: rgb(198,116,187); }
td.TdClassName
{
border-color: #C674BB;
}
.TagClassName
{
border-color: #C674BB;
}
</style>