Shades of Orchid #CB7AD0
Tints of Orchid #CB7AD0
RGB
CMYK
RGB Variations
Color information
#CB7AD0 (or 0xCB7AD0) is known color: Orchid. HEX triplet: CB, 7A and D0. RGB value is (203,122,208). Sum of RGB (Red+Green+Blue) = 203+122+208=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB7AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7AD0 is #34852F. Grayscale: #9B9B9B. Windows color (decimal): -3441968 or 13662923. OLE color: 13662923.
HSL color Cylindrical-coordinate representation of color #CB7AD0: hue angle of 296.51º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB7AD0 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 122 | 208 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.18 |
| HSL | 296.51º | 0.48% | 0.65% | - |
| HSV(B) | 296.51º | 0.41% | 0.82% | - |
| XYZ | 42.97 | 31.17 | 63.43 | - |
| YUV | 156.02 | 157.34 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 208 | 0.02 | 0.41 | 0 | 0.18 | 296.51 | 0.48 | 0.65 |
| Hex | CB | 7A | D0 | 2 | 29 | 0 | 12 | 129 | 30 | 41 |
| Octal | 313 | 172 | 320 | 2 | 51 | 0 | 22 | 451 | 60 | 101 |
| Binary | 11001011 | 1111010 | 11010000 | 10 | 101001 | 0 | 10010 | 100101001 | 110000 | 1000001 |
Color Harmonies of #CB7AD0
Complementary color
Monochromatic Colors of #CB7AD0
Black with #CB7AD0
Text Example
Text Example
White with #CB7AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7AD0; }
p { color: rgb(203,122,208); }
H1.HeaderClassName
{
color: #CB7AD0;
}
.AnyTagClassName
{
color: #CB7AD0;
}
</style>
background-color css
<style>
a { background-color: #CB7AD0; }
a { background-color: rgb(203,122,208); }
div.DivClassName
{
background-color: #CB7AD0;
}
.BgClassName
{
background-color: #CB7AD0;
}
</style>
border-color css
<style>
span { border-color: #CB7AD0; }
span { border-color: rgb(203,122,208); }
td.TdClassName
{
border-color: #CB7AD0;
}
.TagClassName
{
border-color: #CB7AD0;
}
</style>