Shades of Orchid #CB7BCF
Tints of Orchid #CB7BCF
RGB
CMYK
RGB Variations
Color information
#CB7BCF (or 0xCB7BCF) is known color: Orchid. HEX triplet: CB, 7B and CF. RGB value is (203,123,207). Sum of RGB (Red+Green+Blue) = 203+123+207=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB7BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7BCF is #348430. Grayscale: #9C9C9C. Windows color (decimal): -3441713 or 13597643. OLE color: 13597643.
HSL color Cylindrical-coordinate representation of color #CB7BCF: hue angle of 297.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB7BCF is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 123 | 207 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.19 |
| HSL | 297.14º | 0.47% | 0.65% | - |
| HSV(B) | 297.14º | 0.41% | 0.81% | - |
| XYZ | 42.97 | 31.37 | 62.82 | - |
| YUV | 156.5 | 156.5 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 207 | 0.02 | 0.41 | 0 | 0.19 | 297.14 | 0.47 | 0.65 |
| Hex | CB | 7B | CF | 2 | 29 | 0 | 13 | 129 | 2F | 41 |
| Octal | 313 | 173 | 317 | 2 | 51 | 0 | 23 | 451 | 57 | 101 |
| Binary | 11001011 | 1111011 | 11001111 | 10 | 101001 | 0 | 10011 | 100101001 | 101111 | 1000001 |
Color Harmonies of #CB7BCF
Complementary color
Monochromatic Colors of #CB7BCF
Black with #CB7BCF
Text Example
Text Example
White with #CB7BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BCF; }
p { color: rgb(203,123,207); }
H1.HeaderClassName
{
color: #CB7BCF;
}
.AnyTagClassName
{
color: #CB7BCF;
}
</style>
background-color css
<style>
a { background-color: #CB7BCF; }
a { background-color: rgb(203,123,207); }
div.DivClassName
{
background-color: #CB7BCF;
}
.BgClassName
{
background-color: #CB7BCF;
}
</style>
border-color css
<style>
span { border-color: #CB7BCF; }
span { border-color: rgb(203,123,207); }
td.TdClassName
{
border-color: #CB7BCF;
}
.TagClassName
{
border-color: #CB7BCF;
}
</style>