Shades of Orchid #CB7FCD
Tints of Orchid #CB7FCD
RGB
CMYK
RGB Variations
Color information
#CB7FCD (or 0xCB7FCD) is known color: Orchid. HEX triplet: CB, 7F and CD. RGB value is (203,127,205). Sum of RGB (Red+Green+Blue) = 203+127+205=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB7FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FCD is #348032. Grayscale: #9E9E9E. Windows color (decimal): -3440691 or 13467595. OLE color: 13467595.
HSL color Cylindrical-coordinate representation of color #CB7FCD: hue angle of 298.46º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB7FCD is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 205 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.20 |
| HSL | 298.46º | 0.44% | 0.65% | - |
| HSV(B) | 298.46º | 0.38% | 0.8% | - |
| XYZ | 43.24 | 32.28 | 61.71 | - |
| YUV | 158.62 | 154.18 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 205 | 0.01 | 0.38 | 0 | 0.20 | 298.46 | 0.44 | 0.65 |
| Hex | CB | 7F | CD | 1 | 26 | 0 | 14 | 12A | 2C | 41 |
| Octal | 313 | 177 | 315 | 1 | 46 | 0 | 24 | 452 | 54 | 101 |
| Binary | 11001011 | 1111111 | 11001101 | 1 | 100110 | 0 | 10100 | 100101010 | 101100 | 1000001 |
Color Harmonies of #CB7FCD
Complementary color
Monochromatic Colors of #CB7FCD
Black with #CB7FCD
Text Example
Text Example
White with #CB7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7FCD; }
p { color: rgb(203,127,205); }
H1.HeaderClassName
{
color: #CB7FCD;
}
.AnyTagClassName
{
color: #CB7FCD;
}
</style>
background-color css
<style>
a { background-color: #CB7FCD; }
a { background-color: rgb(203,127,205); }
div.DivClassName
{
background-color: #CB7FCD;
}
.BgClassName
{
background-color: #CB7FCD;
}
</style>
border-color css
<style>
span { border-color: #CB7FCD; }
span { border-color: rgb(203,127,205); }
td.TdClassName
{
border-color: #CB7FCD;
}
.TagClassName
{
border-color: #CB7FCD;
}
</style>