Shades of Orchid #C675BD
Tints of Orchid #C675BD
RGB
CMYK
RGB Variations
Color information
#C675BD (or 0xC675BD) is known color: Orchid. HEX triplet: C6, 75 and BD. RGB value is (198,117,189). Sum of RGB (Red+Green+Blue) = 198+117+189=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C675BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675BD is #398A42. Grayscale: #959595. Windows color (decimal): -3770947 or 12416454. OLE color: 12416454.
HSL color Cylindrical-coordinate representation of color #C675BD: hue angle of 306.67º 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 #C675BD is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 189 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.22 |
| HSL | 306.67º | 0.42% | 0.62% | - |
| HSV(B) | 306.67º | 0.41% | 0.78% | - |
| XYZ | 38.84 | 28.4 | 51.58 | - |
| YUV | 149.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 189 | 0 | 0.41 | 0.05 | 0.22 | 306.67 | 0.42 | 0.62 |
| Hex | C6 | 75 | BD | 0 | 29 | 5 | 16 | 133 | 2A | 3E |
| Octal | 306 | 165 | 275 | 0 | 51 | 5 | 26 | 463 | 52 | 76 |
| Binary | 11000110 | 1110101 | 10111101 | 0 | 101001 | 101 | 10110 | 100110011 | 101010 | 111110 |
Color Harmonies of #C675BD
Complementary color
Monochromatic Colors of #C675BD
Black with #C675BD
Text Example
Text Example
White with #C675BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C675BD; }
p { color: rgb(198,117,189); }
H1.HeaderClassName
{
color: #C675BD;
}
.AnyTagClassName
{
color: #C675BD;
}
</style>
background-color css
<style>
a { background-color: #C675BD; }
a { background-color: rgb(198,117,189); }
div.DivClassName
{
background-color: #C675BD;
}
.BgClassName
{
background-color: #C675BD;
}
</style>
border-color css
<style>
span { border-color: #C675BD; }
span { border-color: rgb(198,117,189); }
td.TdClassName
{
border-color: #C675BD;
}
.TagClassName
{
border-color: #C675BD;
}
</style>