Shades of Orchid #CB79C5
Tints of Orchid #CB79C5
RGB
CMYK
RGB Variations
Color information
#CB79C5 (or 0xCB79C5) is known color: Orchid. HEX triplet: CB, 79 and C5. RGB value is (203,121,197). Sum of RGB (Red+Green+Blue) = 203+121+197=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB79C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79C5 is #34863A. Grayscale: #999999. Windows color (decimal): -3442235 or 12941771. OLE color: 12941771.
HSL color Cylindrical-coordinate representation of color #CB79C5: hue angle of 304.39º 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 #CB79C5 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 197 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.20 |
| HSL | 304.39º | 0.44% | 0.64% | - |
| HSV(B) | 304.39º | 0.4% | 0.8% | - |
| XYZ | 41.54 | 30.4 | 56.5 | - |
| YUV | 154.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 197 | 0 | 0.40 | 0.03 | 0.20 | 304.39 | 0.44 | 0.64 |
| Hex | CB | 79 | C5 | 0 | 28 | 3 | 14 | 130 | 2C | 40 |
| Octal | 313 | 171 | 305 | 0 | 50 | 3 | 24 | 460 | 54 | 100 |
| Binary | 11001011 | 1111001 | 11000101 | 0 | 101000 | 11 | 10100 | 100110000 | 101100 | 1000000 |
Color Harmonies of #CB79C5
Complementary color
Monochromatic Colors of #CB79C5
Black with #CB79C5
Text Example
Text Example
White with #CB79C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB79C5; }
p { color: rgb(203,121,197); }
H1.HeaderClassName
{
color: #CB79C5;
}
.AnyTagClassName
{
color: #CB79C5;
}
</style>
background-color css
<style>
a { background-color: #CB79C5; }
a { background-color: rgb(203,121,197); }
div.DivClassName
{
background-color: #CB79C5;
}
.BgClassName
{
background-color: #CB79C5;
}
</style>
border-color css
<style>
span { border-color: #CB79C5; }
span { border-color: rgb(203,121,197); }
td.TdClassName
{
border-color: #CB79C5;
}
.TagClassName
{
border-color: #CB79C5;
}
</style>