Shades of Medium Orchid #CB41FC
Tints of Medium Orchid #CB41FC
RGB
CMYK
RGB Variations
Color information
#CB41FC (or 0xCB41FC) is known color: Medium Orchid. HEX triplet: CB, 41 and FC. RGB value is (203,65,252). Sum of RGB (Red+Green+Blue) = 203+65+252=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 65 (25.78% from 255 or 12.5% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB41FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB41FC is #34BE03. Grayscale: #7E7E7E. Windows color (decimal): -3456516 or 16531915. OLE color: 16531915.
HSL color Cylindrical-coordinate representation of color #CB41FC: hue angle of 284.28º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB41FC is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 65 | 252 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.01 |
| HSL | 284.28º | 0.97% | 0.62% | - |
| HSV(B) | 284.28º | 0.74% | 0.99% | - |
| XYZ | 44.09 | 23.51 | 94.31 | - |
| YUV | 127.58 | 198.22 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 252 | 0.19 | 0.74 | 0 | 0.01 | 284.28 | 0.97 | 0.62 |
| Hex | CB | 41 | FC | 13 | 4A | 0 | 1 | 11C | 61 | 3E |
| Octal | 313 | 101 | 374 | 23 | 112 | 0 | 1 | 434 | 141 | 76 |
| Binary | 11001011 | 1000001 | 11111100 | 10011 | 1001010 | 0 | 1 | 100011100 | 1100001 | 111110 |
Color Harmonies of #CB41FC
Complementary color
Monochromatic Colors of #CB41FC
Black with #CB41FC
Text Example
Text Example
White with #CB41FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41FC; }
p { color: rgb(203,65,252); }
H1.HeaderClassName
{
color: #CB41FC;
}
.AnyTagClassName
{
color: #CB41FC;
}
</style>
background-color css
<style>
a { background-color: #CB41FC; }
a { background-color: rgb(203,65,252); }
div.DivClassName
{
background-color: #CB41FC;
}
.BgClassName
{
background-color: #CB41FC;
}
</style>
border-color css
<style>
span { border-color: #CB41FC; }
span { border-color: rgb(203,65,252); }
td.TdClassName
{
border-color: #CB41FC;
}
.TagClassName
{
border-color: #CB41FC;
}
</style>