Shades of Orchid #C775BE
Tints of Orchid #C775BE
RGB
CMYK
RGB Variations
Color information
#C775BE (or 0xC775BE) is known color: Orchid. HEX triplet: C7, 75 and BE. RGB value is (199,117,190). Sum of RGB (Red+Green+Blue) = 199+117+190=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C775BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775BE is #388A41. Grayscale: #959595. Windows color (decimal): -3705410 or 12481991. OLE color: 12481991.
HSL color Cylindrical-coordinate representation of color #C775BE: hue angle of 306.59º 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 #C775BE is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 190 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.22 |
| HSL | 306.59º | 0.42% | 0.62% | - |
| HSV(B) | 306.59º | 0.41% | 0.78% | - |
| XYZ | 39.21 | 28.58 | 52.17 | - |
| YUV | 149.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 190 | 0 | 0.41 | 0.05 | 0.22 | 306.59 | 0.42 | 0.62 |
| Hex | C7 | 75 | BE | 0 | 29 | 5 | 16 | 133 | 2A | 3E |
| Octal | 307 | 165 | 276 | 0 | 51 | 5 | 26 | 463 | 52 | 76 |
| Binary | 11000111 | 1110101 | 10111110 | 0 | 101001 | 101 | 10110 | 100110011 | 101010 | 111110 |
Color Harmonies of #C775BE
Complementary color
Monochromatic Colors of #C775BE
Black with #C775BE
Text Example
Text Example
White with #C775BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C775BE; }
p { color: rgb(199,117,190); }
H1.HeaderClassName
{
color: #C775BE;
}
.AnyTagClassName
{
color: #C775BE;
}
</style>
background-color css
<style>
a { background-color: #C775BE; }
a { background-color: rgb(199,117,190); }
div.DivClassName
{
background-color: #C775BE;
}
.BgClassName
{
background-color: #C775BE;
}
</style>
border-color css
<style>
span { border-color: #C775BE; }
span { border-color: rgb(199,117,190); }
td.TdClassName
{
border-color: #C775BE;
}
.TagClassName
{
border-color: #C775BE;
}
</style>