Shades of Medium Orchid #CB4DED
Tints of Medium Orchid #CB4DED
RGB
CMYK
RGB Variations
Color information
#CB4DED (or 0xCB4DED) is known color: Medium Orchid. HEX triplet: CB, 4D and ED. RGB value is (203,77,237). Sum of RGB (Red+Green+Blue) = 203+77+237=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 77 (30.47% from 255 or 14.89% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB4DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4DED is #34B212. Grayscale: #848484. Windows color (decimal): -3453459 or 15551947. OLE color: 15551947.
HSL color Cylindrical-coordinate representation of color #CB4DED: hue angle of 287.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4DED is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 77 | 237 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.07 |
| HSL | 287.25º | 0.82% | 0.62% | - |
| HSV(B) | 287.25º | 0.68% | 0.93% | - |
| XYZ | 42.57 | 24.12 | 82.53 | - |
| YUV | 132.91 | 186.74 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 237 | 0.14 | 0.68 | 0 | 0.07 | 287.25 | 0.82 | 0.62 |
| Hex | CB | 4D | ED | E | 44 | 0 | 7 | 11F | 52 | 3E |
| Octal | 313 | 115 | 355 | 16 | 104 | 0 | 7 | 437 | 122 | 76 |
| Binary | 11001011 | 1001101 | 11101101 | 1110 | 1000100 | 0 | 111 | 100011111 | 1010010 | 111110 |
Color Harmonies of #CB4DED
Complementary color
Monochromatic Colors of #CB4DED
Black with #CB4DED
Text Example
Text Example
White with #CB4DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4DED; }
p { color: rgb(203,77,237); }
H1.HeaderClassName
{
color: #CB4DED;
}
.AnyTagClassName
{
color: #CB4DED;
}
</style>
background-color css
<style>
a { background-color: #CB4DED; }
a { background-color: rgb(203,77,237); }
div.DivClassName
{
background-color: #CB4DED;
}
.BgClassName
{
background-color: #CB4DED;
}
</style>
border-color css
<style>
span { border-color: #CB4DED; }
span { border-color: rgb(203,77,237); }
td.TdClassName
{
border-color: #CB4DED;
}
.TagClassName
{
border-color: #CB4DED;
}
</style>