Shades of Orchid #C675BC
Tints of Orchid #C675BC
RGB
CMYK
RGB Variations
Color information
#C675BC (or 0xC675BC) is known color: Orchid. HEX triplet: C6, 75 and BC. RGB value is (198,117,188). Sum of RGB (Red+Green+Blue) = 198+117+188=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C675BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675BC is #398A43. Grayscale: #959595. Windows color (decimal): -3770948 or 12350918. OLE color: 12350918.
HSL color Cylindrical-coordinate representation of color #C675BC: hue angle of 307.41º 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 #C675BC is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 188 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.22 |
| HSL | 307.41º | 0.42% | 0.62% | - |
| HSV(B) | 307.41º | 0.41% | 0.78% | - |
| XYZ | 38.73 | 28.36 | 51.01 | - |
| YUV | 149.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 188 | 0 | 0.41 | 0.05 | 0.22 | 307.41 | 0.42 | 0.62 |
| Hex | C6 | 75 | BC | 0 | 29 | 5 | 16 | 133 | 2A | 3E |
| Octal | 306 | 165 | 274 | 0 | 51 | 5 | 26 | 463 | 52 | 76 |
| Binary | 11000110 | 1110101 | 10111100 | 0 | 101001 | 101 | 10110 | 100110011 | 101010 | 111110 |
Color Harmonies of #C675BC
Complementary color
Monochromatic Colors of #C675BC
Black with #C675BC
Text Example
Text Example
White with #C675BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C675BC; }
p { color: rgb(198,117,188); }
H1.HeaderClassName
{
color: #C675BC;
}
.AnyTagClassName
{
color: #C675BC;
}
</style>
background-color css
<style>
a { background-color: #C675BC; }
a { background-color: rgb(198,117,188); }
div.DivClassName
{
background-color: #C675BC;
}
.BgClassName
{
background-color: #C675BC;
}
</style>
border-color css
<style>
span { border-color: #C675BC; }
span { border-color: rgb(198,117,188); }
td.TdClassName
{
border-color: #C675BC;
}
.TagClassName
{
border-color: #C675BC;
}
</style>