Shades of Orchid #C775BB
Tints of Orchid #C775BB
RGB
CMYK
RGB Variations
Color information
#C775BB (or 0xC775BB) is known color: Orchid. HEX triplet: C7, 75 and BB. RGB value is (199,117,187). Sum of RGB (Red+Green+Blue) = 199+117+187=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C775BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775BB is #388A44. Grayscale: #959595. Windows color (decimal): -3705413 or 12285383. OLE color: 12285383.
HSL color Cylindrical-coordinate representation of color #C775BB: hue angle of 308.78º 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 #C775BB is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 187 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.22 |
| HSL | 308.78º | 0.42% | 0.62% | - |
| HSV(B) | 308.78º | 0.41% | 0.78% | - |
| XYZ | 38.88 | 28.45 | 50.46 | - |
| YUV | 149.5 | 149.17 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 187 | 0 | 0.41 | 0.06 | 0.22 | 308.78 | 0.42 | 0.62 |
| Hex | C7 | 75 | BB | 0 | 29 | 6 | 16 | 135 | 2A | 3E |
| Octal | 307 | 165 | 273 | 0 | 51 | 6 | 26 | 465 | 52 | 76 |
| Binary | 11000111 | 1110101 | 10111011 | 0 | 101001 | 110 | 10110 | 100110101 | 101010 | 111110 |
Color Harmonies of #C775BB
Complementary color
Monochromatic Colors of #C775BB
Black with #C775BB
Text Example
Text Example
White with #C775BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C775BB; }
p { color: rgb(199,117,187); }
H1.HeaderClassName
{
color: #C775BB;
}
.AnyTagClassName
{
color: #C775BB;
}
</style>
background-color css
<style>
a { background-color: #C775BB; }
a { background-color: rgb(199,117,187); }
div.DivClassName
{
background-color: #C775BB;
}
.BgClassName
{
background-color: #C775BB;
}
</style>
border-color css
<style>
span { border-color: #C775BB; }
span { border-color: rgb(199,117,187); }
td.TdClassName
{
border-color: #C775BB;
}
.TagClassName
{
border-color: #C775BB;
}
</style>