Shades of Medium Orchid #CB46FD
Tints of Medium Orchid #CB46FD
RGB
CMYK
RGB Variations
Color information
#CB46FD (or 0xCB46FD) is known color: Medium Orchid. HEX triplet: CB, 46 and FD. RGB value is (203,70,253). Sum of RGB (Red+Green+Blue) = 203+70+253=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 70 (27.73% from 255 or 13.31% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB46FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB46FD is #34B902. Grayscale: #828282. Windows color (decimal): -3455235 or 16598731. OLE color: 16598731.
HSL color Cylindrical-coordinate representation of color #CB46FD: hue angle of 283.61º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB46FD is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 70 | 253 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.01 |
| HSL | 283.61º | 0.98% | 0.63% | - |
| HSV(B) | 283.61º | 0.72% | 0.99% | - |
| XYZ | 44.55 | 24.17 | 95.25 | - |
| YUV | 130.63 | 197.06 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 253 | 0.20 | 0.72 | 0 | 0.01 | 283.61 | 0.98 | 0.63 |
| Hex | CB | 46 | FD | 14 | 48 | 0 | 1 | 11C | 62 | 3F |
| Octal | 313 | 106 | 375 | 24 | 110 | 0 | 1 | 434 | 142 | 77 |
| Binary | 11001011 | 1000110 | 11111101 | 10100 | 1001000 | 0 | 1 | 100011100 | 1100010 | 111111 |
Color Harmonies of #CB46FD
Complementary color
Monochromatic Colors of #CB46FD
Black with #CB46FD
Text Example
Text Example
White with #CB46FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46FD; }
p { color: rgb(203,70,253); }
H1.HeaderClassName
{
color: #CB46FD;
}
.AnyTagClassName
{
color: #CB46FD;
}
</style>
background-color css
<style>
a { background-color: #CB46FD; }
a { background-color: rgb(203,70,253); }
div.DivClassName
{
background-color: #CB46FD;
}
.BgClassName
{
background-color: #CB46FD;
}
</style>
border-color css
<style>
span { border-color: #CB46FD; }
span { border-color: rgb(203,70,253); }
td.TdClassName
{
border-color: #CB46FD;
}
.TagClassName
{
border-color: #CB46FD;
}
</style>