Shades of Orchid #C675BF
Tints of Orchid #C675BF
RGB
CMYK
RGB Variations
Color information
#C675BF (or 0xC675BF) is known color: Orchid. HEX triplet: C6, 75 and BF. RGB value is (198,117,191). Sum of RGB (Red+Green+Blue) = 198+117+191=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C675BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675BF is #398A40. Grayscale: #959595. Windows color (decimal): -3770945 or 12547526. OLE color: 12547526.
HSL color Cylindrical-coordinate representation of color #C675BF: hue angle of 305.19º 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 #C675BF is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 191 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.22 |
| HSL | 305.19º | 0.42% | 0.62% | - |
| HSV(B) | 305.19º | 0.41% | 0.78% | - |
| XYZ | 39.05 | 28.49 | 52.73 | - |
| YUV | 149.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 191 | 0 | 0.41 | 0.04 | 0.22 | 305.19 | 0.42 | 0.62 |
| Hex | C6 | 75 | BF | 0 | 29 | 4 | 16 | 131 | 2A | 3E |
| Octal | 306 | 165 | 277 | 0 | 51 | 4 | 26 | 461 | 52 | 76 |
| Binary | 11000110 | 1110101 | 10111111 | 0 | 101001 | 100 | 10110 | 100110001 | 101010 | 111110 |
Color Harmonies of #C675BF
Complementary color
Monochromatic Colors of #C675BF
Black with #C675BF
Text Example
Text Example
White with #C675BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C675BF; }
p { color: rgb(198,117,191); }
H1.HeaderClassName
{
color: #C675BF;
}
.AnyTagClassName
{
color: #C675BF;
}
</style>
background-color css
<style>
a { background-color: #C675BF; }
a { background-color: rgb(198,117,191); }
div.DivClassName
{
background-color: #C675BF;
}
.BgClassName
{
background-color: #C675BF;
}
</style>
border-color css
<style>
span { border-color: #C675BF; }
span { border-color: rgb(198,117,191); }
td.TdClassName
{
border-color: #C675BF;
}
.TagClassName
{
border-color: #C675BF;
}
</style>