Shades of Medium Orchid #CB41FB
Tints of Medium Orchid #CB41FB
RGB
CMYK
RGB Variations
Color information
#CB41FB (or 0xCB41FB) is known color: Medium Orchid. HEX triplet: CB, 41 and FB. RGB value is (203,65,251). Sum of RGB (Red+Green+Blue) = 203+65+251=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 65 (25.78% from 255 or 12.52% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB41FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB41FB is #34BE04. Grayscale: #7E7E7E. Windows color (decimal): -3456517 or 16466379. OLE color: 16466379.
HSL color Cylindrical-coordinate representation of color #CB41FB: hue angle of 284.52º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB41FB is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 65 | 251 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.02 |
| HSL | 284.52º | 0.96% | 0.62% | - |
| HSV(B) | 284.52º | 0.74% | 0.98% | - |
| XYZ | 43.93 | 23.44 | 93.48 | - |
| YUV | 127.47 | 197.72 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 251 | 0.19 | 0.74 | 0 | 0.02 | 284.52 | 0.96 | 0.62 |
| Hex | CB | 41 | FB | 13 | 4A | 0 | 2 | 11D | 60 | 3E |
| Octal | 313 | 101 | 373 | 23 | 112 | 0 | 2 | 435 | 140 | 76 |
| Binary | 11001011 | 1000001 | 11111011 | 10011 | 1001010 | 0 | 10 | 100011101 | 1100000 | 111110 |
Color Harmonies of #CB41FB
Complementary color
Monochromatic Colors of #CB41FB
Black with #CB41FB
Text Example
Text Example
White with #CB41FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41FB; }
p { color: rgb(203,65,251); }
H1.HeaderClassName
{
color: #CB41FB;
}
.AnyTagClassName
{
color: #CB41FB;
}
</style>
background-color css
<style>
a { background-color: #CB41FB; }
a { background-color: rgb(203,65,251); }
div.DivClassName
{
background-color: #CB41FB;
}
.BgClassName
{
background-color: #CB41FB;
}
</style>
border-color css
<style>
span { border-color: #CB41FB; }
span { border-color: rgb(203,65,251); }
td.TdClassName
{
border-color: #CB41FB;
}
.TagClassName
{
border-color: #CB41FB;
}
</style>