Shades of Medium Orchid #CB61DF
Tints of Medium Orchid #CB61DF
RGB
CMYK
RGB Variations
Color information
#CB61DF (or 0xCB61DF) is known color: Medium Orchid. HEX triplet: CB, 61 and DF. RGB value is (203,97,223). Sum of RGB (Red+Green+Blue) = 203+97+223=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB61DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61DF is #349E20. Grayscale: #8E8E8E. Windows color (decimal): -3448353 or 14639563. OLE color: 14639563.
HSL color Cylindrical-coordinate representation of color #CB61DF: hue angle of 290.48º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB61DF is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 97 | 223 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.13 |
| HSL | 290.48º | 0.66% | 0.63% | - |
| HSV(B) | 290.48º | 0.57% | 0.87% | - |
| XYZ | 42.22 | 26.57 | 72.72 | - |
| YUV | 143.06 | 173.12 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 223 | 0.09 | 0.57 | 0 | 0.13 | 290.48 | 0.66 | 0.63 |
| Hex | CB | 61 | DF | 9 | 39 | 0 | D | 122 | 42 | 3F |
| Octal | 313 | 141 | 337 | 11 | 71 | 0 | 15 | 442 | 102 | 77 |
| Binary | 11001011 | 1100001 | 11011111 | 1001 | 111001 | 0 | 1101 | 100100010 | 1000010 | 111111 |
Color Harmonies of #CB61DF
Complementary color
Monochromatic Colors of #CB61DF
Black with #CB61DF
Text Example
Text Example
White with #CB61DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB61DF; }
p { color: rgb(203,97,223); }
H1.HeaderClassName
{
color: #CB61DF;
}
.AnyTagClassName
{
color: #CB61DF;
}
</style>
background-color css
<style>
a { background-color: #CB61DF; }
a { background-color: rgb(203,97,223); }
div.DivClassName
{
background-color: #CB61DF;
}
.BgClassName
{
background-color: #CB61DF;
}
</style>
border-color css
<style>
span { border-color: #CB61DF; }
span { border-color: rgb(203,97,223); }
td.TdClassName
{
border-color: #CB61DF;
}
.TagClassName
{
border-color: #CB61DF;
}
</style>