Shades of Medium Orchid #CB5FD5
Tints of Medium Orchid #CB5FD5
RGB
CMYK
RGB Variations
Color information
#CB5FD5 (or 0xCB5FD5) is known color: Medium Orchid. HEX triplet: CB, 5F and D5. RGB value is (203,95,213). Sum of RGB (Red+Green+Blue) = 203+95+213=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB5FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5FD5 is #34A02A. Grayscale: #8C8C8C. Windows color (decimal): -3448875 or 13983691. OLE color: 13983691.
HSL color Cylindrical-coordinate representation of color #CB5FD5: hue angle of 294.92º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5FD5 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 95 | 213 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.16 |
| HSL | 294.92º | 0.58% | 0.6% | - |
| HSV(B) | 294.92º | 0.55% | 0.84% | - |
| XYZ | 40.73 | 25.69 | 65.76 | - |
| YUV | 140.74 | 168.78 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 95 | 213 | 0.05 | 0.55 | 0 | 0.16 | 294.92 | 0.58 | 0.6 |
| Hex | CB | 5F | D5 | 5 | 37 | 0 | 10 | 127 | 3A | 3C |
| Octal | 313 | 137 | 325 | 5 | 67 | 0 | 20 | 447 | 72 | 74 |
| Binary | 11001011 | 1011111 | 11010101 | 101 | 110111 | 0 | 10000 | 100100111 | 111010 | 111100 |
Color Harmonies of #CB5FD5
Complementary color
Monochromatic Colors of #CB5FD5
Black with #CB5FD5
Text Example
Text Example
White with #CB5FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5FD5; }
p { color: rgb(203,95,213); }
H1.HeaderClassName
{
color: #CB5FD5;
}
.AnyTagClassName
{
color: #CB5FD5;
}
</style>
background-color css
<style>
a { background-color: #CB5FD5; }
a { background-color: rgb(203,95,213); }
div.DivClassName
{
background-color: #CB5FD5;
}
.BgClassName
{
background-color: #CB5FD5;
}
</style>
border-color css
<style>
span { border-color: #CB5FD5; }
span { border-color: rgb(203,95,213); }
td.TdClassName
{
border-color: #CB5FD5;
}
.TagClassName
{
border-color: #CB5FD5;
}
</style>