Shades of Orchid #C775BD
Tints of Orchid #C775BD
RGB
CMYK
RGB Variations
Color information
#C775BD (or 0xC775BD) is known color: Orchid. HEX triplet: C7, 75 and BD. RGB value is (199,117,189). Sum of RGB (Red+Green+Blue) = 199+117+189=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C775BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775BD is #388A42. Grayscale: #959595. Windows color (decimal): -3705411 or 12416455. OLE color: 12416455.
HSL color Cylindrical-coordinate representation of color #C775BD: hue angle of 307.32º 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 #C775BD is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 189 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.22 |
| HSL | 307.32º | 0.42% | 0.62% | - |
| HSV(B) | 307.32º | 0.41% | 0.78% | - |
| XYZ | 39.1 | 28.54 | 51.59 | - |
| YUV | 149.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 189 | 0 | 0.41 | 0.05 | 0.22 | 307.32 | 0.42 | 0.62 |
| Hex | C7 | 75 | BD | 0 | 29 | 5 | 16 | 133 | 2A | 3E |
| Octal | 307 | 165 | 275 | 0 | 51 | 5 | 26 | 463 | 52 | 76 |
| Binary | 11000111 | 1110101 | 10111101 | 0 | 101001 | 101 | 10110 | 100110011 | 101010 | 111110 |
Color Harmonies of #C775BD
Complementary color
Monochromatic Colors of #C775BD
Black with #C775BD
Text Example
Text Example
White with #C775BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C775BD; }
p { color: rgb(199,117,189); }
H1.HeaderClassName
{
color: #C775BD;
}
.AnyTagClassName
{
color: #C775BD;
}
</style>
background-color css
<style>
a { background-color: #C775BD; }
a { background-color: rgb(199,117,189); }
div.DivClassName
{
background-color: #C775BD;
}
.BgClassName
{
background-color: #C775BD;
}
</style>
border-color css
<style>
span { border-color: #C775BD; }
span { border-color: rgb(199,117,189); }
td.TdClassName
{
border-color: #C775BD;
}
.TagClassName
{
border-color: #C775BD;
}
</style>