Shades of Medium Orchid #CB61D5
Tints of Medium Orchid #CB61D5
RGB
CMYK
RGB Variations
Color information
#CB61D5 (or 0xCB61D5) is known color: Medium Orchid. HEX triplet: CB, 61 and D5. RGB value is (203,97,213). Sum of RGB (Red+Green+Blue) = 203+97+213=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB61D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61D5 is #349E2A. Grayscale: #8D8D8D. Windows color (decimal): -3448363 or 13984203. OLE color: 13984203.
HSL color Cylindrical-coordinate representation of color #CB61D5: hue angle of 294.83º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB61D5 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 97 | 213 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.16 |
| HSL | 294.83º | 0.58% | 0.61% | - |
| HSV(B) | 294.83º | 0.54% | 0.84% | - |
| XYZ | 40.91 | 26.05 | 65.82 | - |
| YUV | 141.92 | 168.12 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 213 | 0.05 | 0.54 | 0 | 0.16 | 294.83 | 0.58 | 0.61 |
| Hex | CB | 61 | D5 | 5 | 36 | 0 | 10 | 127 | 3A | 3D |
| Octal | 313 | 141 | 325 | 5 | 66 | 0 | 20 | 447 | 72 | 75 |
| Binary | 11001011 | 1100001 | 11010101 | 101 | 110110 | 0 | 10000 | 100100111 | 111010 | 111101 |
Color Harmonies of #CB61D5
Complementary color
Monochromatic Colors of #CB61D5
Black with #CB61D5
Text Example
Text Example
White with #CB61D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB61D5; }
p { color: rgb(203,97,213); }
H1.HeaderClassName
{
color: #CB61D5;
}
.AnyTagClassName
{
color: #CB61D5;
}
</style>
background-color css
<style>
a { background-color: #CB61D5; }
a { background-color: rgb(203,97,213); }
div.DivClassName
{
background-color: #CB61D5;
}
.BgClassName
{
background-color: #CB61D5;
}
</style>
border-color css
<style>
span { border-color: #CB61D5; }
span { border-color: rgb(203,97,213); }
td.TdClassName
{
border-color: #CB61D5;
}
.TagClassName
{
border-color: #CB61D5;
}
</style>