Shades of Orchid #CB7FC1
Tints of Orchid #CB7FC1
RGB
CMYK
RGB Variations
Color information
#CB7FC1 (or 0xCB7FC1) is known color: Orchid. HEX triplet: CB, 7F and C1. RGB value is (203,127,193). Sum of RGB (Red+Green+Blue) = 203+127+193=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FC1 is #34803E. Grayscale: #9D9D9D. Windows color (decimal): -3440703 or 12681163. OLE color: 12681163.
HSL color Cylindrical-coordinate representation of color #CB7FC1: hue angle of 307.89º 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 #CB7FC1 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 193 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.20 |
| HSL | 307.89º | 0.42% | 0.65% | - |
| HSV(B) | 307.89º | 0.37% | 0.8% | - |
| XYZ | 41.84 | 31.73 | 54.37 | - |
| YUV | 157.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 193 | 0 | 0.37 | 0.05 | 0.20 | 307.89 | 0.42 | 0.65 |
| Hex | CB | 7F | C1 | 0 | 25 | 5 | 14 | 134 | 2A | 41 |
| Octal | 313 | 177 | 301 | 0 | 45 | 5 | 24 | 464 | 52 | 101 |
| Binary | 11001011 | 1111111 | 11000001 | 0 | 100101 | 101 | 10100 | 100110100 | 101010 | 1000001 |
Color Harmonies of #CB7FC1
Complementary color
Monochromatic Colors of #CB7FC1
Black with #CB7FC1
Text Example
Text Example
White with #CB7FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7FC1; }
p { color: rgb(203,127,193); }
H1.HeaderClassName
{
color: #CB7FC1;
}
.AnyTagClassName
{
color: #CB7FC1;
}
</style>
background-color css
<style>
a { background-color: #CB7FC1; }
a { background-color: rgb(203,127,193); }
div.DivClassName
{
background-color: #CB7FC1;
}
.BgClassName
{
background-color: #CB7FC1;
}
</style>
border-color css
<style>
span { border-color: #CB7FC1; }
span { border-color: rgb(203,127,193); }
td.TdClassName
{
border-color: #CB7FC1;
}
.TagClassName
{
border-color: #CB7FC1;
}
</style>