Shades of Medium Orchid #CB60DF
Tints of Medium Orchid #CB60DF
RGB
CMYK
RGB Variations
Color information
#CB60DF (or 0xCB60DF) is known color: Medium Orchid. HEX triplet: CB, 60 and DF. RGB value is (203,96,223). Sum of RGB (Red+Green+Blue) = 203+96+223=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB60DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60DF is #349F20. Grayscale: #8E8E8E. Windows color (decimal): -3448609 or 14639307. OLE color: 14639307.
HSL color Cylindrical-coordinate representation of color #CB60DF: hue angle of 290.55º 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 #CB60DF is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 96 | 223 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.13 |
| HSL | 290.55º | 0.66% | 0.63% | - |
| HSV(B) | 290.55º | 0.57% | 0.87% | - |
| XYZ | 42.13 | 26.39 | 72.69 | - |
| YUV | 142.47 | 173.45 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 223 | 0.09 | 0.57 | 0 | 0.13 | 290.55 | 0.66 | 0.63 |
| Hex | CB | 60 | DF | 9 | 39 | 0 | D | 123 | 42 | 3F |
| Octal | 313 | 140 | 337 | 11 | 71 | 0 | 15 | 443 | 102 | 77 |
| Binary | 11001011 | 1100000 | 11011111 | 1001 | 111001 | 0 | 1101 | 100100011 | 1000010 | 111111 |
Color Harmonies of #CB60DF
Complementary color
Monochromatic Colors of #CB60DF
Black with #CB60DF
Text Example
Text Example
White with #CB60DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60DF; }
p { color: rgb(203,96,223); }
H1.HeaderClassName
{
color: #CB60DF;
}
.AnyTagClassName
{
color: #CB60DF;
}
</style>
background-color css
<style>
a { background-color: #CB60DF; }
a { background-color: rgb(203,96,223); }
div.DivClassName
{
background-color: #CB60DF;
}
.BgClassName
{
background-color: #CB60DF;
}
</style>
border-color css
<style>
span { border-color: #CB60DF; }
span { border-color: rgb(203,96,223); }
td.TdClassName
{
border-color: #CB60DF;
}
.TagClassName
{
border-color: #CB60DF;
}
</style>