Shades of Medium Orchid #CB4FED
Tints of Medium Orchid #CB4FED
RGB
CMYK
RGB Variations
Color information
#CB4FED (or 0xCB4FED) is known color: Medium Orchid. HEX triplet: CB, 4F and ED. RGB value is (203,79,237). Sum of RGB (Red+Green+Blue) = 203+79+237=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 79 (31.25% from 255 or 15.22% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB4FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4FED is #34B012. Grayscale: #858585. Windows color (decimal): -3452947 or 15552459. OLE color: 15552459.
HSL color Cylindrical-coordinate representation of color #CB4FED: hue angle of 287.09º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4FED is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 79 | 237 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.07 |
| HSL | 287.09º | 0.81% | 0.62% | - |
| HSV(B) | 287.09º | 0.67% | 0.93% | - |
| XYZ | 42.71 | 24.4 | 82.58 | - |
| YUV | 134.09 | 186.08 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 79 | 237 | 0.14 | 0.67 | 0 | 0.07 | 287.09 | 0.81 | 0.62 |
| Hex | CB | 4F | ED | E | 43 | 0 | 7 | 11F | 51 | 3E |
| Octal | 313 | 117 | 355 | 16 | 103 | 0 | 7 | 437 | 121 | 76 |
| Binary | 11001011 | 1001111 | 11101101 | 1110 | 1000011 | 0 | 111 | 100011111 | 1010001 | 111110 |
Color Harmonies of #CB4FED
Complementary color
Monochromatic Colors of #CB4FED
Black with #CB4FED
Text Example
Text Example
White with #CB4FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4FED; }
p { color: rgb(203,79,237); }
H1.HeaderClassName
{
color: #CB4FED;
}
.AnyTagClassName
{
color: #CB4FED;
}
</style>
background-color css
<style>
a { background-color: #CB4FED; }
a { background-color: rgb(203,79,237); }
div.DivClassName
{
background-color: #CB4FED;
}
.BgClassName
{
background-color: #CB4FED;
}
</style>
border-color css
<style>
span { border-color: #CB4FED; }
span { border-color: rgb(203,79,237); }
td.TdClassName
{
border-color: #CB4FED;
}
.TagClassName
{
border-color: #CB4FED;
}
</style>