Shades of Orchid #CD73BC
Tints of Orchid #CD73BC
RGB
CMYK
RGB Variations
Color information
#CD73BC (or 0xCD73BC) is known color: Orchid. HEX triplet: CD, 73 and BC. RGB value is (205,115,188). Sum of RGB (Red+Green+Blue) = 205+115+188=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CD73BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD73BC is #328C43. Grayscale: #969696. Windows color (decimal): -3312708 or 12350413. OLE color: 12350413.
HSL color Cylindrical-coordinate representation of color #CD73BC: hue angle of 311.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD73BC is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 115 | 188 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.20 |
| HSL | 311.33º | 0.47% | 0.63% | - |
| HSV(B) | 311.33º | 0.44% | 0.8% | - |
| XYZ | 40.38 | 28.87 | 51.02 | - |
| YUV | 150.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 188 | 0 | 0.44 | 0.08 | 0.20 | 311.33 | 0.47 | 0.63 |
| Hex | CD | 73 | BC | 0 | 2C | 8 | 14 | 137 | 2F | 3F |
| Octal | 315 | 163 | 274 | 0 | 54 | 10 | 24 | 467 | 57 | 77 |
| Binary | 11001101 | 1110011 | 10111100 | 0 | 101100 | 1000 | 10100 | 100110111 | 101111 | 111111 |
Color Harmonies of #CD73BC
Complementary color
Monochromatic Colors of #CD73BC
Black with #CD73BC
Text Example
Text Example
White with #CD73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD73BC; }
p { color: rgb(205,115,188); }
H1.HeaderClassName
{
color: #CD73BC;
}
.AnyTagClassName
{
color: #CD73BC;
}
</style>
background-color css
<style>
a { background-color: #CD73BC; }
a { background-color: rgb(205,115,188); }
div.DivClassName
{
background-color: #CD73BC;
}
.BgClassName
{
background-color: #CD73BC;
}
</style>
border-color css
<style>
span { border-color: #CD73BC; }
span { border-color: rgb(205,115,188); }
td.TdClassName
{
border-color: #CD73BC;
}
.TagClassName
{
border-color: #CD73BC;
}
</style>