Shades of Medium Orchid #CB40D7
Tints of Medium Orchid #CB40D7
RGB
CMYK
RGB Variations
Color information
#CB40D7 (or 0xCB40D7) is known color: Medium Orchid. HEX triplet: CB, 40 and D7. RGB value is (203,64,215). Sum of RGB (Red+Green+Blue) = 203+64+215=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB40D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40D7 is #34BF28. Grayscale: #7A7A7A. Windows color (decimal): -3456809 or 14106827. OLE color: 14106827.
HSL color Cylindrical-coordinate representation of color #CB40D7: hue angle of 295.23º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB40D7 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 64 | 215 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.16 |
| HSL | 295.23º | 0.65% | 0.55% | - |
| HSV(B) | 295.23º | 0.7% | 0.84% | - |
| XYZ | 38.73 | 21.27 | 66.35 | - |
| YUV | 122.78 | 180.05 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 215 | 0.06 | 0.70 | 0 | 0.16 | 295.23 | 0.65 | 0.55 |
| Hex | CB | 40 | D7 | 6 | 46 | 0 | 10 | 127 | 41 | 37 |
| Octal | 313 | 100 | 327 | 6 | 106 | 0 | 20 | 447 | 101 | 67 |
| Binary | 11001011 | 1000000 | 11010111 | 110 | 1000110 | 0 | 10000 | 100100111 | 1000001 | 110111 |
Color Harmonies of #CB40D7
Complementary color
Monochromatic Colors of #CB40D7
Black with #CB40D7
Text Example
Text Example
White with #CB40D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40D7; }
p { color: rgb(203,64,215); }
H1.HeaderClassName
{
color: #CB40D7;
}
.AnyTagClassName
{
color: #CB40D7;
}
</style>
background-color css
<style>
a { background-color: #CB40D7; }
a { background-color: rgb(203,64,215); }
div.DivClassName
{
background-color: #CB40D7;
}
.BgClassName
{
background-color: #CB40D7;
}
</style>
border-color css
<style>
span { border-color: #CB40D7; }
span { border-color: rgb(203,64,215); }
td.TdClassName
{
border-color: #CB40D7;
}
.TagClassName
{
border-color: #CB40D7;
}
</style>