Shades of Medium Orchid #CB55DF
Tints of Medium Orchid #CB55DF
RGB
CMYK
RGB Variations
Color information
#CB55DF (or 0xCB55DF) is known color: Medium Orchid. HEX triplet: CB, 55 and DF. RGB value is (203,85,223). Sum of RGB (Red+Green+Blue) = 203+85+223=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB55DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55DF is #34AA20. Grayscale: #878787. Windows color (decimal): -3451425 or 14636491. OLE color: 14636491.
HSL color Cylindrical-coordinate representation of color #CB55DF: hue angle of 291.3º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB55DF is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 85 | 223 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.13 |
| HSL | 291.3º | 0.68% | 0.6% | - |
| HSV(B) | 291.3º | 0.62% | 0.87% | - |
| XYZ | 41.2 | 24.52 | 72.37 | - |
| YUV | 136.01 | 177.09 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 223 | 0.09 | 0.62 | 0 | 0.13 | 291.3 | 0.68 | 0.6 |
| Hex | CB | 55 | DF | 9 | 3E | 0 | D | 123 | 44 | 3C |
| Octal | 313 | 125 | 337 | 11 | 76 | 0 | 15 | 443 | 104 | 74 |
| Binary | 11001011 | 1010101 | 11011111 | 1001 | 111110 | 0 | 1101 | 100100011 | 1000100 | 111100 |
Color Harmonies of #CB55DF
Complementary color
Monochromatic Colors of #CB55DF
Black with #CB55DF
Text Example
Text Example
White with #CB55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB55DF; }
p { color: rgb(203,85,223); }
H1.HeaderClassName
{
color: #CB55DF;
}
.AnyTagClassName
{
color: #CB55DF;
}
</style>
background-color css
<style>
a { background-color: #CB55DF; }
a { background-color: rgb(203,85,223); }
div.DivClassName
{
background-color: #CB55DF;
}
.BgClassName
{
background-color: #CB55DF;
}
</style>
border-color css
<style>
span { border-color: #CB55DF; }
span { border-color: rgb(203,85,223); }
td.TdClassName
{
border-color: #CB55DF;
}
.TagClassName
{
border-color: #CB55DF;
}
</style>