Shades of Medium Orchid #CB5CED
Tints of Medium Orchid #CB5CED
RGB
CMYK
RGB Variations
Color information
#CB5CED (or 0xCB5CED) is known color: Medium Orchid. HEX triplet: CB, 5C and ED. RGB value is (203,92,237). Sum of RGB (Red+Green+Blue) = 203+92+237=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB5CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5CED is #34A312. Grayscale: #8D8D8D. Windows color (decimal): -3449619 or 15555787. OLE color: 15555787.
HSL color Cylindrical-coordinate representation of color #CB5CED: hue angle of 285.93º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5CED is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 92 | 237 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.07 |
| HSL | 285.93º | 0.8% | 0.65% | - |
| HSV(B) | 285.93º | 0.61% | 0.93% | - |
| XYZ | 43.74 | 26.47 | 82.92 | - |
| YUV | 141.72 | 181.77 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 237 | 0.14 | 0.61 | 0 | 0.07 | 285.93 | 0.8 | 0.65 |
| Hex | CB | 5C | ED | E | 3D | 0 | 7 | 11E | 50 | 41 |
| Octal | 313 | 134 | 355 | 16 | 75 | 0 | 7 | 436 | 120 | 101 |
| Binary | 11001011 | 1011100 | 11101101 | 1110 | 111101 | 0 | 111 | 100011110 | 1010000 | 1000001 |
Color Harmonies of #CB5CED
Complementary color
Monochromatic Colors of #CB5CED
Black with #CB5CED
Text Example
Text Example
White with #CB5CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5CED; }
p { color: rgb(203,92,237); }
H1.HeaderClassName
{
color: #CB5CED;
}
.AnyTagClassName
{
color: #CB5CED;
}
</style>
background-color css
<style>
a { background-color: #CB5CED; }
a { background-color: rgb(203,92,237); }
div.DivClassName
{
background-color: #CB5CED;
}
.BgClassName
{
background-color: #CB5CED;
}
</style>
border-color css
<style>
span { border-color: #CB5CED; }
span { border-color: rgb(203,92,237); }
td.TdClassName
{
border-color: #CB5CED;
}
.TagClassName
{
border-color: #CB5CED;
}
</style>