Shades of Orchid #C675C0
Tints of Orchid #C675C0
RGB
CMYK
RGB Variations
Color information
#C675C0 (or 0xC675C0) is known color: Orchid. HEX triplet: C6, 75 and C0. RGB value is (198,117,192). Sum of RGB (Red+Green+Blue) = 198+117+192=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C675C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675C0 is #398A3F. Grayscale: #959595. Windows color (decimal): -3770944 or 12613062. OLE color: 12613062.
HSL color Cylindrical-coordinate representation of color #C675C0: hue angle of 304.44º 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 #C675C0 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 192 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.22 |
| HSL | 304.44º | 0.42% | 0.62% | - |
| HSV(B) | 304.44º | 0.41% | 0.78% | - |
| XYZ | 39.16 | 28.53 | 53.31 | - |
| YUV | 149.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 192 | 0 | 0.41 | 0.03 | 0.22 | 304.44 | 0.42 | 0.62 |
| Hex | C6 | 75 | C0 | 0 | 29 | 3 | 16 | 130 | 2A | 3E |
| Octal | 306 | 165 | 300 | 0 | 51 | 3 | 26 | 460 | 52 | 76 |
| Binary | 11000110 | 1110101 | 11000000 | 0 | 101001 | 11 | 10110 | 100110000 | 101010 | 111110 |
Color Harmonies of #C675C0
Complementary color
Monochromatic Colors of #C675C0
Black with #C675C0
Text Example
Text Example
White with #C675C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C675C0; }
p { color: rgb(198,117,192); }
H1.HeaderClassName
{
color: #C675C0;
}
.AnyTagClassName
{
color: #C675C0;
}
</style>
background-color css
<style>
a { background-color: #C675C0; }
a { background-color: rgb(198,117,192); }
div.DivClassName
{
background-color: #C675C0;
}
.BgClassName
{
background-color: #C675C0;
}
</style>
border-color css
<style>
span { border-color: #C675C0; }
span { border-color: rgb(198,117,192); }
td.TdClassName
{
border-color: #C675C0;
}
.TagClassName
{
border-color: #C675C0;
}
</style>