Shades of Medium Orchid #CB63D9
Tints of Medium Orchid #CB63D9
RGB
CMYK
RGB Variations
Color information
#CB63D9 (or 0xCB63D9) is known color: Medium Orchid. HEX triplet: CB, 63 and D9. RGB value is (203,99,217). Sum of RGB (Red+Green+Blue) = 203+99+217=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB63D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63D9 is #349C26. Grayscale: #8F8F8F. Windows color (decimal): -3447847 or 14246859. OLE color: 14246859.
HSL color Cylindrical-coordinate representation of color #CB63D9: hue angle of 292.88º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB63D9 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 99 | 217 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.15 |
| HSL | 292.88º | 0.61% | 0.62% | - |
| HSV(B) | 292.88º | 0.54% | 0.85% | - |
| XYZ | 41.61 | 26.63 | 68.59 | - |
| YUV | 143.55 | 169.46 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 217 | 0.06 | 0.54 | 0 | 0.15 | 292.88 | 0.61 | 0.62 |
| Hex | CB | 63 | D9 | 6 | 36 | 0 | F | 125 | 3D | 3E |
| Octal | 313 | 143 | 331 | 6 | 66 | 0 | 17 | 445 | 75 | 76 |
| Binary | 11001011 | 1100011 | 11011001 | 110 | 110110 | 0 | 1111 | 100100101 | 111101 | 111110 |
Color Harmonies of #CB63D9
Complementary color
Monochromatic Colors of #CB63D9
Black with #CB63D9
Text Example
Text Example
White with #CB63D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63D9; }
p { color: rgb(203,99,217); }
H1.HeaderClassName
{
color: #CB63D9;
}
.AnyTagClassName
{
color: #CB63D9;
}
</style>
background-color css
<style>
a { background-color: #CB63D9; }
a { background-color: rgb(203,99,217); }
div.DivClassName
{
background-color: #CB63D9;
}
.BgClassName
{
background-color: #CB63D9;
}
</style>
border-color css
<style>
span { border-color: #CB63D9; }
span { border-color: rgb(203,99,217); }
td.TdClassName
{
border-color: #CB63D9;
}
.TagClassName
{
border-color: #CB63D9;
}
</style>