Shades of Orchid #CD77BB
Tints of Orchid #CD77BB
RGB
CMYK
RGB Variations
Color information
#CD77BB (or 0xCD77BB) is known color: Orchid. HEX triplet: CD, 77 and BB. RGB value is (205,119,187). Sum of RGB (Red+Green+Blue) = 205+119+187=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77BB is #328844. Grayscale: #989898. Windows color (decimal): -3311685 or 12285901. OLE color: 12285901.
HSL color Cylindrical-coordinate representation of color #CD77BB: hue angle of 312.56º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD77BB is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 119 | 187 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.20 |
| HSL | 312.56º | 0.46% | 0.64% | - |
| HSV(B) | 312.56º | 0.42% | 0.8% | - |
| XYZ | 40.74 | 29.76 | 50.61 | - |
| YUV | 152.47 | 147.49 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 187 | 0 | 0.42 | 0.09 | 0.20 | 312.56 | 0.46 | 0.64 |
| Hex | CD | 77 | BB | 0 | 2A | 9 | 14 | 139 | 2E | 40 |
| Octal | 315 | 167 | 273 | 0 | 52 | 11 | 24 | 471 | 56 | 100 |
| Binary | 11001101 | 1110111 | 10111011 | 0 | 101010 | 1001 | 10100 | 100111001 | 101110 | 1000000 |
Color Harmonies of #CD77BB
Complementary color
Monochromatic Colors of #CD77BB
Black with #CD77BB
Text Example
Text Example
White with #CD77BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD77BB; }
p { color: rgb(205,119,187); }
H1.HeaderClassName
{
color: #CD77BB;
}
.AnyTagClassName
{
color: #CD77BB;
}
</style>
background-color css
<style>
a { background-color: #CD77BB; }
a { background-color: rgb(205,119,187); }
div.DivClassName
{
background-color: #CD77BB;
}
.BgClassName
{
background-color: #CD77BB;
}
</style>
border-color css
<style>
span { border-color: #CD77BB; }
span { border-color: rgb(205,119,187); }
td.TdClassName
{
border-color: #CD77BB;
}
.TagClassName
{
border-color: #CD77BB;
}
</style>