Shades of Medium Orchid #CB3CED
Tints of Medium Orchid #CB3CED
RGB
CMYK
RGB Variations
Color information
#CB3CED (or 0xCB3CED) is known color: Medium Orchid. HEX triplet: CB, 3C and ED. RGB value is (203,60,237). Sum of RGB (Red+Green+Blue) = 203+60+237=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB3CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3CED is #34C312. Grayscale: #7A7A7A. Windows color (decimal): -3457811 or 15547595. OLE color: 15547595.
HSL color Cylindrical-coordinate representation of color #CB3CED: hue angle of 288.47º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3CED is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 60 | 237 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.07 |
| HSL | 288.47º | 0.83% | 0.58% | - |
| HSV(B) | 288.47º | 0.75% | 0.93% | - |
| XYZ | 41.53 | 22.04 | 82.19 | - |
| YUV | 122.94 | 192.38 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 237 | 0.14 | 0.75 | 0 | 0.07 | 288.47 | 0.83 | 0.58 |
| Hex | CB | 3C | ED | E | 4B | 0 | 7 | 120 | 53 | 3A |
| Octal | 313 | 74 | 355 | 16 | 113 | 0 | 7 | 440 | 123 | 72 |
| Binary | 11001011 | 111100 | 11101101 | 1110 | 1001011 | 0 | 111 | 100100000 | 1010011 | 111010 |
Color Harmonies of #CB3CED
Complementary color
Monochromatic Colors of #CB3CED
Black with #CB3CED
Text Example
Text Example
White with #CB3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3CED; }
p { color: rgb(203,60,237); }
H1.HeaderClassName
{
color: #CB3CED;
}
.AnyTagClassName
{
color: #CB3CED;
}
</style>
background-color css
<style>
a { background-color: #CB3CED; }
a { background-color: rgb(203,60,237); }
div.DivClassName
{
background-color: #CB3CED;
}
.BgClassName
{
background-color: #CB3CED;
}
</style>
border-color css
<style>
span { border-color: #CB3CED; }
span { border-color: rgb(203,60,237); }
td.TdClassName
{
border-color: #CB3CED;
}
.TagClassName
{
border-color: #CB3CED;
}
</style>