Shades of Medium Orchid #CB36F3
Tints of Medium Orchid #CB36F3
RGB
CMYK
RGB Variations
Color information
#CB36F3 (or 0xCB36F3) is known color: Medium Orchid. HEX triplet: CB, 36 and F3. RGB value is (203,54,243). Sum of RGB (Red+Green+Blue) = 203+54+243=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB36F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB36F3 is #34C90C. Grayscale: #777777. Windows color (decimal): -3459341 or 15939275. OLE color: 15939275.
HSL color Cylindrical-coordinate representation of color #CB36F3: hue angle of 287.3º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB36F3 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 54 | 243 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.05 |
| HSL | 287.3º | 0.89% | 0.58% | - |
| HSV(B) | 287.3º | 0.78% | 0.95% | - |
| XYZ | 42.13 | 21.81 | 86.78 | - |
| YUV | 120.1 | 197.36 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 243 | 0.16 | 0.78 | 0 | 0.05 | 287.3 | 0.89 | 0.58 |
| Hex | CB | 36 | F3 | 10 | 4E | 0 | 5 | 11F | 59 | 3A |
| Octal | 313 | 66 | 363 | 20 | 116 | 0 | 5 | 437 | 131 | 72 |
| Binary | 11001011 | 110110 | 11110011 | 10000 | 1001110 | 0 | 101 | 100011111 | 1011001 | 111010 |
Color Harmonies of #CB36F3
Complementary color
Monochromatic Colors of #CB36F3
Black with #CB36F3
Text Example
Text Example
White with #CB36F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB36F3; }
p { color: rgb(203,54,243); }
H1.HeaderClassName
{
color: #CB36F3;
}
.AnyTagClassName
{
color: #CB36F3;
}
</style>
background-color css
<style>
a { background-color: #CB36F3; }
a { background-color: rgb(203,54,243); }
div.DivClassName
{
background-color: #CB36F3;
}
.BgClassName
{
background-color: #CB36F3;
}
</style>
border-color css
<style>
span { border-color: #CB36F3; }
span { border-color: rgb(203,54,243); }
td.TdClassName
{
border-color: #CB36F3;
}
.TagClassName
{
border-color: #CB36F3;
}
</style>