Shades of Orchid #CB79BB
Tints of Orchid #CB79BB
RGB
CMYK
RGB Variations
Color information
#CB79BB (or 0xCB79BB) is known color: Orchid. HEX triplet: CB, 79 and BB. RGB value is (203,121,187). Sum of RGB (Red+Green+Blue) = 203+121+187=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB79BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79BB is #348644. Grayscale: #989898. Windows color (decimal): -3442245 or 12286411. OLE color: 12286411.
HSL color Cylindrical-coordinate representation of color #CB79BB: hue angle of 311.71º 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 #CB79BB is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 187 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.20 |
| HSL | 311.71º | 0.44% | 0.64% | - |
| HSV(B) | 311.71º | 0.4% | 0.8% | - |
| XYZ | 40.44 | 29.96 | 50.67 | - |
| YUV | 153.04 | 147.17 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 187 | 0 | 0.40 | 0.08 | 0.20 | 311.71 | 0.44 | 0.64 |
| Hex | CB | 79 | BB | 0 | 28 | 8 | 14 | 138 | 2C | 40 |
| Octal | 313 | 171 | 273 | 0 | 50 | 10 | 24 | 470 | 54 | 100 |
| Binary | 11001011 | 1111001 | 10111011 | 0 | 101000 | 1000 | 10100 | 100111000 | 101100 | 1000000 |
Color Harmonies of #CB79BB
Complementary color
Monochromatic Colors of #CB79BB
Black with #CB79BB
Text Example
Text Example
White with #CB79BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB79BB; }
p { color: rgb(203,121,187); }
H1.HeaderClassName
{
color: #CB79BB;
}
.AnyTagClassName
{
color: #CB79BB;
}
</style>
background-color css
<style>
a { background-color: #CB79BB; }
a { background-color: rgb(203,121,187); }
div.DivClassName
{
background-color: #CB79BB;
}
.BgClassName
{
background-color: #CB79BB;
}
</style>
border-color css
<style>
span { border-color: #CB79BB; }
span { border-color: rgb(203,121,187); }
td.TdClassName
{
border-color: #CB79BB;
}
.TagClassName
{
border-color: #CB79BB;
}
</style>