Shades of Orchid #CB7AC2
Tints of Orchid #CB7AC2
RGB
CMYK
RGB Variations
Color information
#CB7AC2 (or 0xCB7AC2) is known color: Orchid. HEX triplet: CB, 7A and C2. RGB value is (203,122,194). Sum of RGB (Red+Green+Blue) = 203+122+194=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7AC2 is #34853D. Grayscale: #9A9A9A. Windows color (decimal): -3441982 or 12745419. OLE color: 12745419.
HSL color Cylindrical-coordinate representation of color #CB7AC2: hue angle of 306.67º 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 #CB7AC2 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 194 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.20 |
| HSL | 306.67º | 0.44% | 0.64% | - |
| HSV(B) | 306.67º | 0.4% | 0.8% | - |
| XYZ | 41.33 | 30.51 | 54.75 | - |
| YUV | 154.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 194 | 0 | 0.40 | 0.04 | 0.20 | 306.67 | 0.44 | 0.64 |
| Hex | CB | 7A | C2 | 0 | 28 | 4 | 14 | 133 | 2C | 40 |
| Octal | 313 | 172 | 302 | 0 | 50 | 4 | 24 | 463 | 54 | 100 |
| Binary | 11001011 | 1111010 | 11000010 | 0 | 101000 | 100 | 10100 | 100110011 | 101100 | 1000000 |
Color Harmonies of #CB7AC2
Complementary color
Monochromatic Colors of #CB7AC2
Black with #CB7AC2
Text Example
Text Example
White with #CB7AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7AC2; }
p { color: rgb(203,122,194); }
H1.HeaderClassName
{
color: #CB7AC2;
}
.AnyTagClassName
{
color: #CB7AC2;
}
</style>
background-color css
<style>
a { background-color: #CB7AC2; }
a { background-color: rgb(203,122,194); }
div.DivClassName
{
background-color: #CB7AC2;
}
.BgClassName
{
background-color: #CB7AC2;
}
</style>
border-color css
<style>
span { border-color: #CB7AC2; }
span { border-color: rgb(203,122,194); }
td.TdClassName
{
border-color: #CB7AC2;
}
.TagClassName
{
border-color: #CB7AC2;
}
</style>