Shades of Orchid #CB7CCE
Tints of Orchid #CB7CCE
RGB
CMYK
RGB Variations
Color information
#CB7CCE (or 0xCB7CCE) is known color: Orchid. HEX triplet: CB, 7C and CE. RGB value is (203,124,206). Sum of RGB (Red+Green+Blue) = 203+124+206=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB7CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CCE is #348331. Grayscale: #9C9C9C. Windows color (decimal): -3441458 or 13532363. OLE color: 13532363.
HSL color Cylindrical-coordinate representation of color #CB7CCE: hue angle of 297.8º 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 #CB7CCE is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 124 | 206 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.19 |
| HSL | 297.8º | 0.46% | 0.65% | - |
| HSV(B) | 297.8º | 0.4% | 0.81% | - |
| XYZ | 42.98 | 31.57 | 62.22 | - |
| YUV | 156.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 206 | 0.01 | 0.40 | 0 | 0.19 | 297.8 | 0.46 | 0.65 |
| Hex | CB | 7C | CE | 1 | 28 | 0 | 13 | 12A | 2E | 41 |
| Octal | 313 | 174 | 316 | 1 | 50 | 0 | 23 | 452 | 56 | 101 |
| Binary | 11001011 | 1111100 | 11001110 | 1 | 101000 | 0 | 10011 | 100101010 | 101110 | 1000001 |
Color Harmonies of #CB7CCE
Complementary color
Monochromatic Colors of #CB7CCE
Black with #CB7CCE
Text Example
Text Example
White with #CB7CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CCE; }
p { color: rgb(203,124,206); }
H1.HeaderClassName
{
color: #CB7CCE;
}
.AnyTagClassName
{
color: #CB7CCE;
}
</style>
background-color css
<style>
a { background-color: #CB7CCE; }
a { background-color: rgb(203,124,206); }
div.DivClassName
{
background-color: #CB7CCE;
}
.BgClassName
{
background-color: #CB7CCE;
}
</style>
border-color css
<style>
span { border-color: #CB7CCE; }
span { border-color: rgb(203,124,206); }
td.TdClassName
{
border-color: #CB7CCE;
}
.TagClassName
{
border-color: #CB7CCE;
}
</style>