Shades of Orchid #CB7FC6
Tints of Orchid #CB7FC6
RGB
CMYK
RGB Variations
Color information
#CB7FC6 (or 0xCB7FC6) is known color: Orchid. HEX triplet: CB, 7F and C6. RGB value is (203,127,198). Sum of RGB (Red+Green+Blue) = 203+127+198=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FC6 is #348039. Grayscale: #9D9D9D. Windows color (decimal): -3440698 or 13008843. OLE color: 13008843.
HSL color Cylindrical-coordinate representation of color #CB7FC6: hue angle of 303.95º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB7FC6 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 198 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.20 |
| HSL | 303.95º | 0.42% | 0.65% | - |
| HSV(B) | 303.95º | 0.37% | 0.8% | - |
| XYZ | 42.41 | 31.95 | 57.36 | - |
| YUV | 157.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 198 | 0 | 0.37 | 0.02 | 0.20 | 303.95 | 0.42 | 0.65 |
| Hex | CB | 7F | C6 | 0 | 25 | 2 | 14 | 130 | 2A | 41 |
| Octal | 313 | 177 | 306 | 0 | 45 | 2 | 24 | 460 | 52 | 101 |
| Binary | 11001011 | 1111111 | 11000110 | 0 | 100101 | 10 | 10100 | 100110000 | 101010 | 1000001 |
Color Harmonies of #CB7FC6
Complementary color
Monochromatic Colors of #CB7FC6
Black with #CB7FC6
Text Example
Text Example
White with #CB7FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7FC6; }
p { color: rgb(203,127,198); }
H1.HeaderClassName
{
color: #CB7FC6;
}
.AnyTagClassName
{
color: #CB7FC6;
}
</style>
background-color css
<style>
a { background-color: #CB7FC6; }
a { background-color: rgb(203,127,198); }
div.DivClassName
{
background-color: #CB7FC6;
}
.BgClassName
{
background-color: #CB7FC6;
}
</style>
border-color css
<style>
span { border-color: #CB7FC6; }
span { border-color: rgb(203,127,198); }
td.TdClassName
{
border-color: #CB7FC6;
}
.TagClassName
{
border-color: #CB7FC6;
}
</style>