Shades of Orchid #CB7BCE
Tints of Orchid #CB7BCE
RGB
CMYK
RGB Variations
Color information
#CB7BCE (or 0xCB7BCE) is known color: Orchid. HEX triplet: CB, 7B and CE. RGB value is (203,123,206). Sum of RGB (Red+Green+Blue) = 203+123+206=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB7BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7BCE is #348431. Grayscale: #9C9C9C. Windows color (decimal): -3441714 or 13532107. OLE color: 13532107.
HSL color Cylindrical-coordinate representation of color #CB7BCE: hue angle of 297.83º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7BCE is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 123 | 206 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.19 |
| HSL | 297.83º | 0.46% | 0.65% | - |
| HSV(B) | 297.83º | 0.4% | 0.81% | - |
| XYZ | 42.85 | 31.32 | 62.18 | - |
| YUV | 156.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 206 | 0.01 | 0.40 | 0 | 0.19 | 297.83 | 0.46 | 0.65 |
| Hex | CB | 7B | CE | 1 | 28 | 0 | 13 | 12A | 2E | 41 |
| Octal | 313 | 173 | 316 | 1 | 50 | 0 | 23 | 452 | 56 | 101 |
| Binary | 11001011 | 1111011 | 11001110 | 1 | 101000 | 0 | 10011 | 100101010 | 101110 | 1000001 |
Color Harmonies of #CB7BCE
Complementary color
Monochromatic Colors of #CB7BCE
Black with #CB7BCE
Text Example
Text Example
White with #CB7BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BCE; }
p { color: rgb(203,123,206); }
H1.HeaderClassName
{
color: #CB7BCE;
}
.AnyTagClassName
{
color: #CB7BCE;
}
</style>
background-color css
<style>
a { background-color: #CB7BCE; }
a { background-color: rgb(203,123,206); }
div.DivClassName
{
background-color: #CB7BCE;
}
.BgClassName
{
background-color: #CB7BCE;
}
</style>
border-color css
<style>
span { border-color: #CB7BCE; }
span { border-color: rgb(203,123,206); }
td.TdClassName
{
border-color: #CB7BCE;
}
.TagClassName
{
border-color: #CB7BCE;
}
</style>