Shades of Orchid #CD77CE
Tints of Orchid #CD77CE
RGB
CMYK
RGB Variations
Color information
#CD77CE (or 0xCD77CE) is known color: Orchid. HEX triplet: CD, 77 and CE. RGB value is (205,119,206). Sum of RGB (Red+Green+Blue) = 205+119+206=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD77CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77CE is #328831. Grayscale: #9A9A9A. Windows color (decimal): -3311666 or 13531085. OLE color: 13531085.
HSL color Cylindrical-coordinate representation of color #CD77CE: hue angle of 299.31º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD77CE is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 119 | 206 | - |
| CMYK | 0.00 | 0.42 | 0 | 0.19 |
| HSL | 299.31º | 0.47% | 0.64% | - |
| HSV(B) | 299.31º | 0.42% | 0.81% | - |
| XYZ | 42.91 | 30.63 | 62.04 | - |
| YUV | 154.63 | 156.99 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 206 | 0.00 | 0.42 | 0 | 0.19 | 299.31 | 0.47 | 0.64 |
| Hex | CD | 77 | CE | 0 | 2A | 0 | 13 | 12B | 2F | 40 |
| Octal | 315 | 167 | 316 | 0 | 52 | 0 | 23 | 453 | 57 | 100 |
| Binary | 11001101 | 1110111 | 11001110 | 0 | 101010 | 0 | 10011 | 100101011 | 101111 | 1000000 |
Color Harmonies of #CD77CE
Complementary color
Monochromatic Colors of #CD77CE
Black with #CD77CE
Text Example
Text Example
White with #CD77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD77CE; }
p { color: rgb(205,119,206); }
H1.HeaderClassName
{
color: #CD77CE;
}
.AnyTagClassName
{
color: #CD77CE;
}
</style>
background-color css
<style>
a { background-color: #CD77CE; }
a { background-color: rgb(205,119,206); }
div.DivClassName
{
background-color: #CD77CE;
}
.BgClassName
{
background-color: #CD77CE;
}
</style>
border-color css
<style>
span { border-color: #CD77CE; }
span { border-color: rgb(205,119,206); }
td.TdClassName
{
border-color: #CD77CE;
}
.TagClassName
{
border-color: #CD77CE;
}
</style>