Shades of Orchid #C775BA
Tints of Orchid #C775BA
RGB
CMYK
RGB Variations
Color information
#C775BA (or 0xC775BA) is known color: Orchid. HEX triplet: C7, 75 and BA. RGB value is (199,117,186). Sum of RGB (Red+Green+Blue) = 199+117+186=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C775BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775BA is #388A45. Grayscale: #959595. Windows color (decimal): -3705414 or 12219847. OLE color: 12219847.
HSL color Cylindrical-coordinate representation of color #C775BA: hue angle of 309.51º 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 #C775BA is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 186 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.22 |
| HSL | 309.51º | 0.42% | 0.62% | - |
| HSV(B) | 309.51º | 0.41% | 0.78% | - |
| XYZ | 38.78 | 28.41 | 49.89 | - |
| YUV | 149.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 186 | 0 | 0.41 | 0.07 | 0.22 | 309.51 | 0.42 | 0.62 |
| Hex | C7 | 75 | BA | 0 | 29 | 7 | 16 | 136 | 2A | 3E |
| Octal | 307 | 165 | 272 | 0 | 51 | 7 | 26 | 466 | 52 | 76 |
| Binary | 11000111 | 1110101 | 10111010 | 0 | 101001 | 111 | 10110 | 100110110 | 101010 | 111110 |
Color Harmonies of #C775BA
Complementary color
Monochromatic Colors of #C775BA
Black with #C775BA
Text Example
Text Example
White with #C775BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C775BA; }
p { color: rgb(199,117,186); }
H1.HeaderClassName
{
color: #C775BA;
}
.AnyTagClassName
{
color: #C775BA;
}
</style>
background-color css
<style>
a { background-color: #C775BA; }
a { background-color: rgb(199,117,186); }
div.DivClassName
{
background-color: #C775BA;
}
.BgClassName
{
background-color: #C775BA;
}
</style>
border-color css
<style>
span { border-color: #C775BA; }
span { border-color: rgb(199,117,186); }
td.TdClassName
{
border-color: #C775BA;
}
.TagClassName
{
border-color: #C775BA;
}
</style>