Shades of Orchid #CB7CDF
Tints of Orchid #CB7CDF
RGB
CMYK
RGB Variations
Color information
#CB7CDF (or 0xCB7CDF) is known color: Orchid. HEX triplet: CB, 7C and DF. RGB value is (203,124,223). Sum of RGB (Red+Green+Blue) = 203+124+223=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB7CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CDF is #348320. Grayscale: #9E9E9E. Windows color (decimal): -3441441 or 14646475. OLE color: 14646475.
HSL color Cylindrical-coordinate representation of color #CB7CDF: hue angle of 287.88º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7CDF is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 124 | 223 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.13 |
| HSL | 287.88º | 0.61% | 0.68% | - |
| HSV(B) | 287.88º | 0.44% | 0.87% | - |
| XYZ | 45.16 | 32.44 | 73.69 | - |
| YUV | 158.91 | 164.17 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 223 | 0.09 | 0.44 | 0 | 0.13 | 287.88 | 0.61 | 0.68 |
| Hex | CB | 7C | DF | 9 | 2C | 0 | D | 120 | 3D | 44 |
| Octal | 313 | 174 | 337 | 11 | 54 | 0 | 15 | 440 | 75 | 104 |
| Binary | 11001011 | 1111100 | 11011111 | 1001 | 101100 | 0 | 1101 | 100100000 | 111101 | 1000100 |
Color Harmonies of #CB7CDF
Complementary color
Monochromatic Colors of #CB7CDF
Black with #CB7CDF
Text Example
Text Example
White with #CB7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CDF; }
p { color: rgb(203,124,223); }
H1.HeaderClassName
{
color: #CB7CDF;
}
.AnyTagClassName
{
color: #CB7CDF;
}
</style>
background-color css
<style>
a { background-color: #CB7CDF; }
a { background-color: rgb(203,124,223); }
div.DivClassName
{
background-color: #CB7CDF;
}
.BgClassName
{
background-color: #CB7CDF;
}
</style>
border-color css
<style>
span { border-color: #CB7CDF; }
span { border-color: rgb(203,124,223); }
td.TdClassName
{
border-color: #CB7CDF;
}
.TagClassName
{
border-color: #CB7CDF;
}
</style>