Shades of Medium Orchid #CB38F1
Tints of Medium Orchid #CB38F1
RGB
CMYK
RGB Variations
Color information
#CB38F1 (or 0xCB38F1) is known color: Medium Orchid. HEX triplet: CB, 38 and F1. RGB value is (203,56,241). Sum of RGB (Red+Green+Blue) = 203+56+241=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 56 (22.27% from 255 or 11.2% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB38F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB38F1 is #34C70E. Grayscale: #787878. Windows color (decimal): -3458831 or 15808715. OLE color: 15808715.
HSL color Cylindrical-coordinate representation of color #CB38F1: hue angle of 287.68º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB38F1 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 56 | 241 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.05 |
| HSL | 287.68º | 0.87% | 0.58% | - |
| HSV(B) | 287.68º | 0.77% | 0.95% | - |
| XYZ | 41.92 | 21.88 | 85.23 | - |
| YUV | 121.04 | 195.7 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 241 | 0.16 | 0.77 | 0 | 0.05 | 287.68 | 0.87 | 0.58 |
| Hex | CB | 38 | F1 | 10 | 4D | 0 | 5 | 120 | 57 | 3A |
| Octal | 313 | 70 | 361 | 20 | 115 | 0 | 5 | 440 | 127 | 72 |
| Binary | 11001011 | 111000 | 11110001 | 10000 | 1001101 | 0 | 101 | 100100000 | 1010111 | 111010 |
Color Harmonies of #CB38F1
Complementary color
Monochromatic Colors of #CB38F1
Black with #CB38F1
Text Example
Text Example
White with #CB38F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38F1; }
p { color: rgb(203,56,241); }
H1.HeaderClassName
{
color: #CB38F1;
}
.AnyTagClassName
{
color: #CB38F1;
}
</style>
background-color css
<style>
a { background-color: #CB38F1; }
a { background-color: rgb(203,56,241); }
div.DivClassName
{
background-color: #CB38F1;
}
.BgClassName
{
background-color: #CB38F1;
}
</style>
border-color css
<style>
span { border-color: #CB38F1; }
span { border-color: rgb(203,56,241); }
td.TdClassName
{
border-color: #CB38F1;
}
.TagClassName
{
border-color: #CB38F1;
}
</style>