Shades of Orchid #CB79BC
Tints of Orchid #CB79BC
RGB
CMYK
RGB Variations
Color information
#CB79BC (or 0xCB79BC) is known color: Orchid. HEX triplet: CB, 79 and BC. RGB value is (203,121,188). Sum of RGB (Red+Green+Blue) = 203+121+188=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CB79BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79BC is #348643. Grayscale: #989898. Windows color (decimal): -3442244 or 12351947. OLE color: 12351947.
HSL color Cylindrical-coordinate representation of color #CB79BC: hue angle of 310.98º degrees, saturation: 0.44, 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 #CB79BC is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 188 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.20 |
| HSL | 310.98º | 0.44% | 0.64% | - |
| HSV(B) | 310.98º | 0.4% | 0.8% | - |
| XYZ | 40.54 | 30 | 51.23 | - |
| YUV | 153.16 | 147.67 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 188 | 0 | 0.40 | 0.07 | 0.20 | 310.98 | 0.44 | 0.64 |
| Hex | CB | 79 | BC | 0 | 28 | 7 | 14 | 137 | 2C | 40 |
| Octal | 313 | 171 | 274 | 0 | 50 | 7 | 24 | 467 | 54 | 100 |
| Binary | 11001011 | 1111001 | 10111100 | 0 | 101000 | 111 | 10100 | 100110111 | 101100 | 1000000 |
Color Harmonies of #CB79BC
Complementary color
Monochromatic Colors of #CB79BC
Black with #CB79BC
Text Example
Text Example
White with #CB79BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB79BC; }
p { color: rgb(203,121,188); }
H1.HeaderClassName
{
color: #CB79BC;
}
.AnyTagClassName
{
color: #CB79BC;
}
</style>
background-color css
<style>
a { background-color: #CB79BC; }
a { background-color: rgb(203,121,188); }
div.DivClassName
{
background-color: #CB79BC;
}
.BgClassName
{
background-color: #CB79BC;
}
</style>
border-color css
<style>
span { border-color: #CB79BC; }
span { border-color: rgb(203,121,188); }
td.TdClassName
{
border-color: #CB79BC;
}
.TagClassName
{
border-color: #CB79BC;
}
</style>