Shades of Orchid #CB7ADE
Tints of Orchid #CB7ADE
RGB
CMYK
RGB Variations
Color information
#CB7ADE (or 0xCB7ADE) is known color: Orchid. HEX triplet: CB, 7A and DE. RGB value is (203,122,222). Sum of RGB (Red+Green+Blue) = 203+122+222=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB7ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ADE is #348521. Grayscale: #9D9D9D. Windows color (decimal): -3441954 or 14580427. OLE color: 14580427.
HSL color Cylindrical-coordinate representation of color #CB7ADE: hue angle of 288.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB7ADE is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 122 | 222 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.13 |
| HSL | 288.6º | 0.6% | 0.67% | - |
| HSV(B) | 288.6º | 0.45% | 0.87% | - |
| XYZ | 44.77 | 31.89 | 72.9 | - |
| YUV | 157.62 | 164.34 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 222 | 0.09 | 0.45 | 0 | 0.13 | 288.6 | 0.6 | 0.67 |
| Hex | CB | 7A | DE | 9 | 2D | 0 | D | 121 | 3C | 43 |
| Octal | 313 | 172 | 336 | 11 | 55 | 0 | 15 | 441 | 74 | 103 |
| Binary | 11001011 | 1111010 | 11011110 | 1001 | 101101 | 0 | 1101 | 100100001 | 111100 | 1000011 |
Color Harmonies of #CB7ADE
Complementary color
Monochromatic Colors of #CB7ADE
Black with #CB7ADE
Text Example
Text Example
White with #CB7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7ADE; }
p { color: rgb(203,122,222); }
H1.HeaderClassName
{
color: #CB7ADE;
}
.AnyTagClassName
{
color: #CB7ADE;
}
</style>
background-color css
<style>
a { background-color: #CB7ADE; }
a { background-color: rgb(203,122,222); }
div.DivClassName
{
background-color: #CB7ADE;
}
.BgClassName
{
background-color: #CB7ADE;
}
</style>
border-color css
<style>
span { border-color: #CB7ADE; }
span { border-color: rgb(203,122,222); }
td.TdClassName
{
border-color: #CB7ADE;
}
.TagClassName
{
border-color: #CB7ADE;
}
</style>