Shades of Orchid #CB7DDF
Tints of Orchid #CB7DDF
RGB
CMYK
RGB Variations
Color information
#CB7DDF (or 0xCB7DDF) is known color: Orchid. HEX triplet: CB, 7D and DF. RGB value is (203,125,223). Sum of RGB (Red+Green+Blue) = 203+125+223=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB7DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DDF is #348220. Grayscale: #9F9F9F. Windows color (decimal): -3441185 or 14646731. OLE color: 14646731.
HSL color Cylindrical-coordinate representation of color #CB7DDF: hue angle of 287.76º degrees, saturation: 0.6, 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 #CB7DDF is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 125 | 223 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.13 |
| HSL | 287.76º | 0.6% | 0.68% | - |
| HSV(B) | 287.76º | 0.44% | 0.87% | - |
| XYZ | 45.28 | 32.69 | 73.74 | - |
| YUV | 159.49 | 163.84 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 223 | 0.09 | 0.44 | 0 | 0.13 | 287.76 | 0.6 | 0.68 |
| Hex | CB | 7D | DF | 9 | 2C | 0 | D | 120 | 3C | 44 |
| Octal | 313 | 175 | 337 | 11 | 54 | 0 | 15 | 440 | 74 | 104 |
| Binary | 11001011 | 1111101 | 11011111 | 1001 | 101100 | 0 | 1101 | 100100000 | 111100 | 1000100 |
Color Harmonies of #CB7DDF
Complementary color
Monochromatic Colors of #CB7DDF
Black with #CB7DDF
Text Example
Text Example
White with #CB7DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7DDF; }
p { color: rgb(203,125,223); }
H1.HeaderClassName
{
color: #CB7DDF;
}
.AnyTagClassName
{
color: #CB7DDF;
}
</style>
background-color css
<style>
a { background-color: #CB7DDF; }
a { background-color: rgb(203,125,223); }
div.DivClassName
{
background-color: #CB7DDF;
}
.BgClassName
{
background-color: #CB7DDF;
}
</style>
border-color css
<style>
span { border-color: #CB7DDF; }
span { border-color: rgb(203,125,223); }
td.TdClassName
{
border-color: #CB7DDF;
}
.TagClassName
{
border-color: #CB7DDF;
}
</style>