Shades of Medium Orchid #CB41F1
Tints of Medium Orchid #CB41F1
RGB
CMYK
RGB Variations
Color information
#CB41F1 (or 0xCB41F1) is known color: Medium Orchid. HEX triplet: CB, 41 and F1. RGB value is (203,65,241). Sum of RGB (Red+Green+Blue) = 203+65+241=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB41F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB41F1 is #34BE0E. Grayscale: #7D7D7D. Windows color (decimal): -3456527 or 15811019. OLE color: 15811019.
HSL color Cylindrical-coordinate representation of color #CB41F1: hue angle of 287.05º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB41F1 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 65 | 241 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.05 |
| HSL | 287.05º | 0.86% | 0.6% | - |
| HSV(B) | 287.05º | 0.73% | 0.95% | - |
| XYZ | 42.4 | 22.83 | 85.39 | - |
| YUV | 126.33 | 192.72 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 241 | 0.16 | 0.73 | 0 | 0.05 | 287.05 | 0.86 | 0.6 |
| Hex | CB | 41 | F1 | 10 | 49 | 0 | 5 | 11F | 56 | 3C |
| Octal | 313 | 101 | 361 | 20 | 111 | 0 | 5 | 437 | 126 | 74 |
| Binary | 11001011 | 1000001 | 11110001 | 10000 | 1001001 | 0 | 101 | 100011111 | 1010110 | 111100 |
Color Harmonies of #CB41F1
Complementary color
Monochromatic Colors of #CB41F1
Black with #CB41F1
Text Example
Text Example
White with #CB41F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41F1; }
p { color: rgb(203,65,241); }
H1.HeaderClassName
{
color: #CB41F1;
}
.AnyTagClassName
{
color: #CB41F1;
}
</style>
background-color css
<style>
a { background-color: #CB41F1; }
a { background-color: rgb(203,65,241); }
div.DivClassName
{
background-color: #CB41F1;
}
.BgClassName
{
background-color: #CB41F1;
}
</style>
border-color css
<style>
span { border-color: #CB41F1; }
span { border-color: rgb(203,65,241); }
td.TdClassName
{
border-color: #CB41F1;
}
.TagClassName
{
border-color: #CB41F1;
}
</style>