Shades of Medium Orchid #CB51DF
Tints of Medium Orchid #CB51DF
RGB
CMYK
RGB Variations
Color information
#CB51DF (or 0xCB51DF) is known color: Medium Orchid. HEX triplet: CB, 51 and DF. RGB value is (203,81,223). Sum of RGB (Red+Green+Blue) = 203+81+223=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB51DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB51DF is #34AE20. Grayscale: #858585. Windows color (decimal): -3452449 or 14635467. OLE color: 14635467.
HSL color Cylindrical-coordinate representation of color #CB51DF: hue angle of 291.55º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB51DF is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 81 | 223 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.13 |
| HSL | 291.55º | 0.69% | 0.6% | - |
| HSV(B) | 291.55º | 0.64% | 0.87% | - |
| XYZ | 40.89 | 23.91 | 72.27 | - |
| YUV | 133.67 | 178.42 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 223 | 0.09 | 0.64 | 0 | 0.13 | 291.55 | 0.69 | 0.6 |
| Hex | CB | 51 | DF | 9 | 40 | 0 | D | 124 | 45 | 3C |
| Octal | 313 | 121 | 337 | 11 | 100 | 0 | 15 | 444 | 105 | 74 |
| Binary | 11001011 | 1010001 | 11011111 | 1001 | 1000000 | 0 | 1101 | 100100100 | 1000101 | 111100 |
Color Harmonies of #CB51DF
Complementary color
Monochromatic Colors of #CB51DF
Black with #CB51DF
Text Example
Text Example
White with #CB51DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB51DF; }
p { color: rgb(203,81,223); }
H1.HeaderClassName
{
color: #CB51DF;
}
.AnyTagClassName
{
color: #CB51DF;
}
</style>
background-color css
<style>
a { background-color: #CB51DF; }
a { background-color: rgb(203,81,223); }
div.DivClassName
{
background-color: #CB51DF;
}
.BgClassName
{
background-color: #CB51DF;
}
</style>
border-color css
<style>
span { border-color: #CB51DF; }
span { border-color: rgb(203,81,223); }
td.TdClassName
{
border-color: #CB51DF;
}
.TagClassName
{
border-color: #CB51DF;
}
</style>