Shades of Orchid #CB7BCD
Tints of Orchid #CB7BCD
RGB
CMYK
RGB Variations
Color information
#CB7BCD (or 0xCB7BCD) is known color: Orchid. HEX triplet: CB, 7B and CD. RGB value is (203,123,205). Sum of RGB (Red+Green+Blue) = 203+123+205=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB7BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7BCD is #348432. Grayscale: #9C9C9C. Windows color (decimal): -3441715 or 13466571. OLE color: 13466571.
HSL color Cylindrical-coordinate representation of color #CB7BCD: hue angle of 298.54º degrees, saturation: 0.45, 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 #CB7BCD is Cyan = 0.01, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 205 | - |
| CMYK | 0.01 | 0.4 | 0 | 0.20 |
| HSL | 298.54º | 0.45% | 0.64% | - |
| HSV(B) | 298.54º | 0.4% | 0.8% | - |
| XYZ | 42.73 | 31.27 | 61.54 | - |
| YUV | 156.27 | 155.5 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 205 | 0.01 | 0.4 | 0 | 0.20 | 298.54 | 0.45 | 0.64 |
| Hex | CB | 7B | CD | 1 | 28 | 0 | 14 | 12B | 2D | 40 |
| Octal | 313 | 173 | 315 | 1 | 50 | 0 | 24 | 453 | 55 | 100 |
| Binary | 11001011 | 1111011 | 11001101 | 1 | 101000 | 0 | 10100 | 100101011 | 101101 | 1000000 |
Color Harmonies of #CB7BCD
Complementary color
Monochromatic Colors of #CB7BCD
Black with #CB7BCD
Text Example
Text Example
White with #CB7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BCD; }
p { color: rgb(203,123,205); }
H1.HeaderClassName
{
color: #CB7BCD;
}
.AnyTagClassName
{
color: #CB7BCD;
}
</style>
background-color css
<style>
a { background-color: #CB7BCD; }
a { background-color: rgb(203,123,205); }
div.DivClassName
{
background-color: #CB7BCD;
}
.BgClassName
{
background-color: #CB7BCD;
}
</style>
border-color css
<style>
span { border-color: #CB7BCD; }
span { border-color: rgb(203,123,205); }
td.TdClassName
{
border-color: #CB7BCD;
}
.TagClassName
{
border-color: #CB7BCD;
}
</style>