Shades of Medium Orchid #CB5CEF
Tints of Medium Orchid #CB5CEF
RGB
CMYK
RGB Variations
Color information
#CB5CEF (or 0xCB5CEF) is known color: Medium Orchid. HEX triplet: CB, 5C and EF. RGB value is (203,92,239). Sum of RGB (Red+Green+Blue) = 203+92+239=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 92 (36.33% from 255 or 17.23% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB5CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5CEF is #34A310. Grayscale: #8D8D8D. Windows color (decimal): -3449617 or 15686859. OLE color: 15686859.
HSL color Cylindrical-coordinate representation of color #CB5CEF: hue angle of 285.31º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB5CEF is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 92 | 239 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.06 |
| HSL | 285.31º | 0.82% | 0.65% | - |
| HSV(B) | 285.31º | 0.62% | 0.94% | - |
| XYZ | 44.04 | 26.58 | 84.47 | - |
| YUV | 141.95 | 182.77 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 239 | 0.15 | 0.62 | 0 | 0.06 | 285.31 | 0.82 | 0.65 |
| Hex | CB | 5C | EF | F | 3E | 0 | 6 | 11D | 52 | 41 |
| Octal | 313 | 134 | 357 | 17 | 76 | 0 | 6 | 435 | 122 | 101 |
| Binary | 11001011 | 1011100 | 11101111 | 1111 | 111110 | 0 | 110 | 100011101 | 1010010 | 1000001 |
Color Harmonies of #CB5CEF
Complementary color
Monochromatic Colors of #CB5CEF
Black with #CB5CEF
Text Example
Text Example
White with #CB5CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5CEF; }
p { color: rgb(203,92,239); }
H1.HeaderClassName
{
color: #CB5CEF;
}
.AnyTagClassName
{
color: #CB5CEF;
}
</style>
background-color css
<style>
a { background-color: #CB5CEF; }
a { background-color: rgb(203,92,239); }
div.DivClassName
{
background-color: #CB5CEF;
}
.BgClassName
{
background-color: #CB5CEF;
}
</style>
border-color css
<style>
span { border-color: #CB5CEF; }
span { border-color: rgb(203,92,239); }
td.TdClassName
{
border-color: #CB5CEF;
}
.TagClassName
{
border-color: #CB5CEF;
}
</style>