Shades of Medium Orchid #CB40DF
Tints of Medium Orchid #CB40DF
RGB
CMYK
RGB Variations
Color information
#CB40DF (or 0xCB40DF) is known color: Medium Orchid. HEX triplet: CB, 40 and DF. RGB value is (203,64,223). Sum of RGB (Red+Green+Blue) = 203+64+223=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB40DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40DF is #34BF20. Grayscale: #7B7B7B. Windows color (decimal): -3456801 or 14631115. OLE color: 14631115.
HSL color Cylindrical-coordinate representation of color #CB40DF: hue angle of 292.45º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB40DF is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 64 | 223 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.13 |
| HSL | 292.45º | 0.71% | 0.56% | - |
| HSV(B) | 292.45º | 0.71% | 0.87% | - |
| XYZ | 39.78 | 21.69 | 71.9 | - |
| YUV | 123.69 | 184.05 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 223 | 0.09 | 0.71 | 0 | 0.13 | 292.45 | 0.71 | 0.56 |
| Hex | CB | 40 | DF | 9 | 47 | 0 | D | 124 | 47 | 38 |
| Octal | 313 | 100 | 337 | 11 | 107 | 0 | 15 | 444 | 107 | 70 |
| Binary | 11001011 | 1000000 | 11011111 | 1001 | 1000111 | 0 | 1101 | 100100100 | 1000111 | 111000 |
Color Harmonies of #CB40DF
Complementary color
Monochromatic Colors of #CB40DF
Black with #CB40DF
Text Example
Text Example
White with #CB40DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40DF; }
p { color: rgb(203,64,223); }
H1.HeaderClassName
{
color: #CB40DF;
}
.AnyTagClassName
{
color: #CB40DF;
}
</style>
background-color css
<style>
a { background-color: #CB40DF; }
a { background-color: rgb(203,64,223); }
div.DivClassName
{
background-color: #CB40DF;
}
.BgClassName
{
background-color: #CB40DF;
}
</style>
border-color css
<style>
span { border-color: #CB40DF; }
span { border-color: rgb(203,64,223); }
td.TdClassName
{
border-color: #CB40DF;
}
.TagClassName
{
border-color: #CB40DF;
}
</style>