Shades of Orchid #CD77CF
Tints of Orchid #CD77CF
RGB
CMYK
RGB Variations
Color information
#CD77CF (or 0xCD77CF) is known color: Orchid. HEX triplet: CD, 77 and CF. RGB value is (205,119,207). Sum of RGB (Red+Green+Blue) = 205+119+207=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD77CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77CF is #328830. Grayscale: #9A9A9A. Windows color (decimal): -3311665 or 13596621. OLE color: 13596621.
HSL color Cylindrical-coordinate representation of color #CD77CF: hue angle of 298.64º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD77CF is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 119 | 207 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.19 |
| HSL | 298.64º | 0.48% | 0.64% | - |
| HSV(B) | 298.64º | 0.43% | 0.81% | - |
| XYZ | 43.04 | 30.68 | 62.68 | - |
| YUV | 154.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 207 | 0.01 | 0.43 | 0 | 0.19 | 298.64 | 0.48 | 0.64 |
| Hex | CD | 77 | CF | 1 | 2B | 0 | 13 | 12B | 30 | 40 |
| Octal | 315 | 167 | 317 | 1 | 53 | 0 | 23 | 453 | 60 | 100 |
| Binary | 11001101 | 1110111 | 11001111 | 1 | 101011 | 0 | 10011 | 100101011 | 110000 | 1000000 |
Color Harmonies of #CD77CF
Complementary color
Monochromatic Colors of #CD77CF
Black with #CD77CF
Text Example
Text Example
White with #CD77CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD77CF; }
p { color: rgb(205,119,207); }
H1.HeaderClassName
{
color: #CD77CF;
}
.AnyTagClassName
{
color: #CD77CF;
}
</style>
background-color css
<style>
a { background-color: #CD77CF; }
a { background-color: rgb(205,119,207); }
div.DivClassName
{
background-color: #CD77CF;
}
.BgClassName
{
background-color: #CD77CF;
}
</style>
border-color css
<style>
span { border-color: #CD77CF; }
span { border-color: rgb(205,119,207); }
td.TdClassName
{
border-color: #CD77CF;
}
.TagClassName
{
border-color: #CD77CF;
}
</style>