Shades of Medium Orchid #CB40DD
Tints of Medium Orchid #CB40DD
RGB
CMYK
RGB Variations
Color information
#CB40DD (or 0xCB40DD) is known color: Medium Orchid. HEX triplet: CB, 40 and DD. RGB value is (203,64,221). Sum of RGB (Red+Green+Blue) = 203+64+221=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB40DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40DD is #34BF22. Grayscale: #7A7A7A. Windows color (decimal): -3456803 or 14500043. OLE color: 14500043.
HSL color Cylindrical-coordinate representation of color #CB40DD: hue angle of 293.12º degrees, saturation: 0.7, 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 #CB40DD is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 64 | 221 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.13 |
| HSL | 293.12º | 0.7% | 0.56% | - |
| HSV(B) | 293.12º | 0.71% | 0.87% | - |
| XYZ | 39.51 | 21.58 | 70.49 | - |
| YUV | 123.46 | 183.05 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 221 | 0.08 | 0.71 | 0 | 0.13 | 293.12 | 0.7 | 0.56 |
| Hex | CB | 40 | DD | 8 | 47 | 0 | D | 125 | 46 | 38 |
| Octal | 313 | 100 | 335 | 10 | 107 | 0 | 15 | 445 | 106 | 70 |
| Binary | 11001011 | 1000000 | 11011101 | 1000 | 1000111 | 0 | 1101 | 100100101 | 1000110 | 111000 |
Color Harmonies of #CB40DD
Complementary color
Monochromatic Colors of #CB40DD
Black with #CB40DD
Text Example
Text Example
White with #CB40DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40DD; }
p { color: rgb(203,64,221); }
H1.HeaderClassName
{
color: #CB40DD;
}
.AnyTagClassName
{
color: #CB40DD;
}
</style>
background-color css
<style>
a { background-color: #CB40DD; }
a { background-color: rgb(203,64,221); }
div.DivClassName
{
background-color: #CB40DD;
}
.BgClassName
{
background-color: #CB40DD;
}
</style>
border-color css
<style>
span { border-color: #CB40DD; }
span { border-color: rgb(203,64,221); }
td.TdClassName
{
border-color: #CB40DD;
}
.TagClassName
{
border-color: #CB40DD;
}
</style>