Shades of Medium Orchid #CB3CFE
Tints of Medium Orchid #CB3CFE
RGB
CMYK
RGB Variations
Color information
#CB3CFE (or 0xCB3CFE) is known color: Medium Orchid. HEX triplet: CB, 3C and FE. RGB value is (203,60,254). Sum of RGB (Red+Green+Blue) = 203+60+254=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 60 (23.83% from 255 or 11.61% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB3CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3CFE is #34C301. Grayscale: #7C7C7C. Windows color (decimal): -3457794 or 16661707. OLE color: 16661707.
HSL color Cylindrical-coordinate representation of color #CB3CFE: hue angle of 284.23º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3CFE is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 60 | 254 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.00 |
| HSL | 284.23º | 0.99% | 0.62% | - |
| HSV(B) | 284.23º | 0.76% | 1% | - |
| XYZ | 44.13 | 23.08 | 95.9 | - |
| YUV | 124.87 | 200.88 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 254 | 0.20 | 0.76 | 0 | 0.00 | 284.23 | 0.99 | 0.62 |
| Hex | CB | 3C | FE | 14 | 4C | 0 | 0 | 11C | 63 | 3E |
| Octal | 313 | 74 | 376 | 24 | 114 | 0 | 0 | 434 | 143 | 76 |
| Binary | 11001011 | 111100 | 11111110 | 10100 | 1001100 | 0 | 0 | 100011100 | 1100011 | 111110 |
Color Harmonies of #CB3CFE
Complementary color
Monochromatic Colors of #CB3CFE
Black with #CB3CFE
Text Example
Text Example
White with #CB3CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3CFE; }
p { color: rgb(203,60,254); }
H1.HeaderClassName
{
color: #CB3CFE;
}
.AnyTagClassName
{
color: #CB3CFE;
}
</style>
background-color css
<style>
a { background-color: #CB3CFE; }
a { background-color: rgb(203,60,254); }
div.DivClassName
{
background-color: #CB3CFE;
}
.BgClassName
{
background-color: #CB3CFE;
}
</style>
border-color css
<style>
span { border-color: #CB3CFE; }
span { border-color: rgb(203,60,254); }
td.TdClassName
{
border-color: #CB3CFE;
}
.TagClassName
{
border-color: #CB3CFE;
}
</style>