Shades of Orchid #CB7ADF
Tints of Orchid #CB7ADF
RGB
CMYK
RGB Variations
Color information
#CB7ADF (or 0xCB7ADF) is known color: Orchid. HEX triplet: CB, 7A and DF. RGB value is (203,122,223). Sum of RGB (Red+Green+Blue) = 203+122+223=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB7ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ADF is #348520. Grayscale: #9D9D9D. Windows color (decimal): -3441953 or 14645963. OLE color: 14645963.
HSL color Cylindrical-coordinate representation of color #CB7ADF: hue angle of 288.12º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB7ADF is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 122 | 223 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.13 |
| HSL | 288.12º | 0.61% | 0.68% | - |
| HSV(B) | 288.12º | 0.45% | 0.87% | - |
| XYZ | 44.91 | 31.94 | 73.61 | - |
| YUV | 157.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 223 | 0.09 | 0.45 | 0 | 0.13 | 288.12 | 0.61 | 0.68 |
| Hex | CB | 7A | DF | 9 | 2D | 0 | D | 120 | 3D | 44 |
| Octal | 313 | 172 | 337 | 11 | 55 | 0 | 15 | 440 | 75 | 104 |
| Binary | 11001011 | 1111010 | 11011111 | 1001 | 101101 | 0 | 1101 | 100100000 | 111101 | 1000100 |
Color Harmonies of #CB7ADF
Complementary color
Monochromatic Colors of #CB7ADF
Black with #CB7ADF
Text Example
Text Example
White with #CB7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7ADF; }
p { color: rgb(203,122,223); }
H1.HeaderClassName
{
color: #CB7ADF;
}
.AnyTagClassName
{
color: #CB7ADF;
}
</style>
background-color css
<style>
a { background-color: #CB7ADF; }
a { background-color: rgb(203,122,223); }
div.DivClassName
{
background-color: #CB7ADF;
}
.BgClassName
{
background-color: #CB7ADF;
}
</style>
border-color css
<style>
span { border-color: #CB7ADF; }
span { border-color: rgb(203,122,223); }
td.TdClassName
{
border-color: #CB7ADF;
}
.TagClassName
{
border-color: #CB7ADF;
}
</style>