Shades of Orchid #CD7BBE
Tints of Orchid #CD7BBE
RGB
CMYK
RGB Variations
Color information
#CD7BBE (or 0xCD7BBE) is known color: Orchid. HEX triplet: CD, 7B and BE. RGB value is (205,123,190). Sum of RGB (Red+Green+Blue) = 205+123+190=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7BBE is #328441. Grayscale: #9A9A9A. Windows color (decimal): -3310658 or 12483533. OLE color: 12483533.
HSL color Cylindrical-coordinate representation of color #CD7BBE: hue angle of 310.98º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7BBE is Cyan = 0, Magento = 0.4, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 190 | - |
| CMYK | 0 | 0.4 | 0.07 | 0.20 |
| HSL | 310.98º | 0.45% | 0.64% | - |
| HSV(B) | 310.98º | 0.4% | 0.8% | - |
| XYZ | 41.55 | 30.86 | 52.48 | - |
| YUV | 155.16 | 147.67 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 190 | 0 | 0.4 | 0.07 | 0.20 | 310.98 | 0.45 | 0.64 |
| Hex | CD | 7B | BE | 0 | 28 | 7 | 14 | 137 | 2D | 40 |
| Octal | 315 | 173 | 276 | 0 | 50 | 7 | 24 | 467 | 55 | 100 |
| Binary | 11001101 | 1111011 | 10111110 | 0 | 101000 | 111 | 10100 | 100110111 | 101101 | 1000000 |
Color Harmonies of #CD7BBE
Complementary color
Monochromatic Colors of #CD7BBE
Black with #CD7BBE
Text Example
Text Example
White with #CD7BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7BBE; }
p { color: rgb(205,123,190); }
H1.HeaderClassName
{
color: #CD7BBE;
}
.AnyTagClassName
{
color: #CD7BBE;
}
</style>
background-color css
<style>
a { background-color: #CD7BBE; }
a { background-color: rgb(205,123,190); }
div.DivClassName
{
background-color: #CD7BBE;
}
.BgClassName
{
background-color: #CD7BBE;
}
</style>
border-color css
<style>
span { border-color: #CD7BBE; }
span { border-color: rgb(205,123,190); }
td.TdClassName
{
border-color: #CD7BBE;
}
.TagClassName
{
border-color: #CD7BBE;
}
</style>