Shades of Medium Orchid #CB4DF3
Tints of Medium Orchid #CB4DF3
RGB
CMYK
RGB Variations
Color information
#CB4DF3 (or 0xCB4DF3) is known color: Medium Orchid. HEX triplet: CB, 4D and F3. RGB value is (203,77,243). Sum of RGB (Red+Green+Blue) = 203+77+243=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB4DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4DF3 is #34B20C. Grayscale: #858585. Windows color (decimal): -3453453 or 15945163. OLE color: 15945163.
HSL color Cylindrical-coordinate representation of color #CB4DF3: hue angle of 285.54º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4DF3 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 77 | 243 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.05 |
| HSL | 285.54º | 0.87% | 0.63% | - |
| HSV(B) | 285.54º | 0.68% | 0.95% | - |
| XYZ | 43.46 | 24.48 | 87.23 | - |
| YUV | 133.6 | 189.74 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 243 | 0.16 | 0.68 | 0 | 0.05 | 285.54 | 0.87 | 0.63 |
| Hex | CB | 4D | F3 | 10 | 44 | 0 | 5 | 11E | 57 | 3F |
| Octal | 313 | 115 | 363 | 20 | 104 | 0 | 5 | 436 | 127 | 77 |
| Binary | 11001011 | 1001101 | 11110011 | 10000 | 1000100 | 0 | 101 | 100011110 | 1010111 | 111111 |
Color Harmonies of #CB4DF3
Complementary color
Monochromatic Colors of #CB4DF3
Black with #CB4DF3
Text Example
Text Example
White with #CB4DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4DF3; }
p { color: rgb(203,77,243); }
H1.HeaderClassName
{
color: #CB4DF3;
}
.AnyTagClassName
{
color: #CB4DF3;
}
</style>
background-color css
<style>
a { background-color: #CB4DF3; }
a { background-color: rgb(203,77,243); }
div.DivClassName
{
background-color: #CB4DF3;
}
.BgClassName
{
background-color: #CB4DF3;
}
</style>
border-color css
<style>
span { border-color: #CB4DF3; }
span { border-color: rgb(203,77,243); }
td.TdClassName
{
border-color: #CB4DF3;
}
.TagClassName
{
border-color: #CB4DF3;
}
</style>