Shades of Medium Orchid #CB41FE
Tints of Medium Orchid #CB41FE
RGB
CMYK
RGB Variations
Color information
#CB41FE (or 0xCB41FE) is known color: Medium Orchid. HEX triplet: CB, 41 and FE. RGB value is (203,65,254). Sum of RGB (Red+Green+Blue) = 203+65+254=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 65 (25.78% from 255 or 12.45% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB41FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB41FE is #34BE01. Grayscale: #7F7F7F. Windows color (decimal): -3456514 or 16662987. OLE color: 16662987.
HSL color Cylindrical-coordinate representation of color #CB41FE: hue angle of 283.81º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB41FE is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 65 | 254 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.00 |
| HSL | 283.81º | 0.99% | 0.63% | - |
| HSV(B) | 283.81º | 0.74% | 1% | - |
| XYZ | 44.41 | 23.63 | 95.99 | - |
| YUV | 127.81 | 199.22 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 254 | 0.20 | 0.74 | 0 | 0.00 | 283.81 | 0.99 | 0.63 |
| Hex | CB | 41 | FE | 14 | 4A | 0 | 0 | 11C | 63 | 3F |
| Octal | 313 | 101 | 376 | 24 | 112 | 0 | 0 | 434 | 143 | 77 |
| Binary | 11001011 | 1000001 | 11111110 | 10100 | 1001010 | 0 | 0 | 100011100 | 1100011 | 111111 |
Color Harmonies of #CB41FE
Complementary color
Monochromatic Colors of #CB41FE
Black with #CB41FE
Text Example
Text Example
White with #CB41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41FE; }
p { color: rgb(203,65,254); }
H1.HeaderClassName
{
color: #CB41FE;
}
.AnyTagClassName
{
color: #CB41FE;
}
</style>
background-color css
<style>
a { background-color: #CB41FE; }
a { background-color: rgb(203,65,254); }
div.DivClassName
{
background-color: #CB41FE;
}
.BgClassName
{
background-color: #CB41FE;
}
</style>
border-color css
<style>
span { border-color: #CB41FE; }
span { border-color: rgb(203,65,254); }
td.TdClassName
{
border-color: #CB41FE;
}
.TagClassName
{
border-color: #CB41FE;
}
</style>