Shades of Orchid #CB7BD5
Tints of Orchid #CB7BD5
RGB
CMYK
RGB Variations
Color information
#CB7BD5 (or 0xCB7BD5) is known color: Orchid. HEX triplet: CB, 7B and D5. RGB value is (203,123,213). Sum of RGB (Red+Green+Blue) = 203+123+213=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB7BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7BD5 is #34842A. Grayscale: #9C9C9C. Windows color (decimal): -3441707 or 13990859. OLE color: 13990859.
HSL color Cylindrical-coordinate representation of color #CB7BD5: hue angle of 293.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB7BD5 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 123 | 213 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.16 |
| HSL | 293.33º | 0.52% | 0.66% | - |
| HSV(B) | 293.33º | 0.42% | 0.84% | - |
| XYZ | 43.72 | 31.67 | 66.76 | - |
| YUV | 157.18 | 159.5 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 213 | 0.05 | 0.42 | 0 | 0.16 | 293.33 | 0.52 | 0.66 |
| Hex | CB | 7B | D5 | 5 | 2A | 0 | 10 | 125 | 34 | 42 |
| Octal | 313 | 173 | 325 | 5 | 52 | 0 | 20 | 445 | 64 | 102 |
| Binary | 11001011 | 1111011 | 11010101 | 101 | 101010 | 0 | 10000 | 100100101 | 110100 | 1000010 |
Color Harmonies of #CB7BD5
Complementary color
Monochromatic Colors of #CB7BD5
Black with #CB7BD5
Text Example
Text Example
White with #CB7BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BD5; }
p { color: rgb(203,123,213); }
H1.HeaderClassName
{
color: #CB7BD5;
}
.AnyTagClassName
{
color: #CB7BD5;
}
</style>
background-color css
<style>
a { background-color: #CB7BD5; }
a { background-color: rgb(203,123,213); }
div.DivClassName
{
background-color: #CB7BD5;
}
.BgClassName
{
background-color: #CB7BD5;
}
</style>
border-color css
<style>
span { border-color: #CB7BD5; }
span { border-color: rgb(203,123,213); }
td.TdClassName
{
border-color: #CB7BD5;
}
.TagClassName
{
border-color: #CB7BD5;
}
</style>