Shades of Orchid #CB79DF
Tints of Orchid #CB79DF
RGB
CMYK
RGB Variations
Color information
#CB79DF (or 0xCB79DF) is known color: Orchid. HEX triplet: CB, 79 and DF. RGB value is (203,121,223). Sum of RGB (Red+Green+Blue) = 203+121+223=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB79DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79DF is #348620. Grayscale: #9C9C9C. Windows color (decimal): -3442209 or 14645707. OLE color: 14645707.
HSL color Cylindrical-coordinate representation of color #CB79DF: hue angle of 288.24º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB79DF is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 121 | 223 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.13 |
| HSL | 288.24º | 0.61% | 0.67% | - |
| HSV(B) | 288.24º | 0.46% | 0.87% | - |
| XYZ | 44.79 | 31.7 | 73.57 | - |
| YUV | 157.15 | 165.17 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 223 | 0.09 | 0.46 | 0 | 0.13 | 288.24 | 0.61 | 0.67 |
| Hex | CB | 79 | DF | 9 | 2E | 0 | D | 120 | 3D | 43 |
| Octal | 313 | 171 | 337 | 11 | 56 | 0 | 15 | 440 | 75 | 103 |
| Binary | 11001011 | 1111001 | 11011111 | 1001 | 101110 | 0 | 1101 | 100100000 | 111101 | 1000011 |
Color Harmonies of #CB79DF
Complementary color
Monochromatic Colors of #CB79DF
Black with #CB79DF
Text Example
Text Example
White with #CB79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB79DF; }
p { color: rgb(203,121,223); }
H1.HeaderClassName
{
color: #CB79DF;
}
.AnyTagClassName
{
color: #CB79DF;
}
</style>
background-color css
<style>
a { background-color: #CB79DF; }
a { background-color: rgb(203,121,223); }
div.DivClassName
{
background-color: #CB79DF;
}
.BgClassName
{
background-color: #CB79DF;
}
</style>
border-color css
<style>
span { border-color: #CB79DF; }
span { border-color: rgb(203,121,223); }
td.TdClassName
{
border-color: #CB79DF;
}
.TagClassName
{
border-color: #CB79DF;
}
</style>