Shades of Orchid #CB7DDC
Tints of Orchid #CB7DDC
RGB
CMYK
RGB Variations
Color information
#CB7DDC (or 0xCB7DDC) is known color: Orchid. HEX triplet: CB, 7D and DC. RGB value is (203,125,220). Sum of RGB (Red+Green+Blue) = 203+125+220=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB7DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DDC is #348223. Grayscale: #9E9E9E. Windows color (decimal): -3441188 or 14450123. OLE color: 14450123.
HSL color Cylindrical-coordinate representation of color #CB7DDC: hue angle of 289.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7DDC is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 125 | 220 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.14 |
| HSL | 289.26º | 0.58% | 0.68% | - |
| HSV(B) | 289.26º | 0.43% | 0.86% | - |
| XYZ | 44.88 | 32.53 | 71.62 | - |
| YUV | 159.15 | 162.34 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 220 | 0.08 | 0.43 | 0 | 0.14 | 289.26 | 0.58 | 0.68 |
| Hex | CB | 7D | DC | 8 | 2B | 0 | E | 121 | 3A | 44 |
| Octal | 313 | 175 | 334 | 10 | 53 | 0 | 16 | 441 | 72 | 104 |
| Binary | 11001011 | 1111101 | 11011100 | 1000 | 101011 | 0 | 1110 | 100100001 | 111010 | 1000100 |
Color Harmonies of #CB7DDC
Complementary color
Monochromatic Colors of #CB7DDC
Black with #CB7DDC
Text Example
Text Example
White with #CB7DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7DDC; }
p { color: rgb(203,125,220); }
H1.HeaderClassName
{
color: #CB7DDC;
}
.AnyTagClassName
{
color: #CB7DDC;
}
</style>
background-color css
<style>
a { background-color: #CB7DDC; }
a { background-color: rgb(203,125,220); }
div.DivClassName
{
background-color: #CB7DDC;
}
.BgClassName
{
background-color: #CB7DDC;
}
</style>
border-color css
<style>
span { border-color: #CB7DDC; }
span { border-color: rgb(203,125,220); }
td.TdClassName
{
border-color: #CB7DDC;
}
.TagClassName
{
border-color: #CB7DDC;
}
</style>