Shades of Medium Orchid #CB4EF4
Tints of Medium Orchid #CB4EF4
RGB
CMYK
RGB Variations
Color information
#CB4EF4 (or 0xCB4EF4) is known color: Medium Orchid. HEX triplet: CB, 4E and F4. RGB value is (203,78,244). Sum of RGB (Red+Green+Blue) = 203+78+244=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 78 (30.86% from 255 or 14.86% from 525); Blue value is 244 (95.70% from 255 or 46.48% from 525); Max value from RGB is 244 - color contains mainly: blue. Hex color #CB4EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4EF4 is #34B10B. Grayscale: #858585. Windows color (decimal): -3453196 or 16010955. OLE color: 16010955.
HSL color Cylindrical-coordinate representation of color #CB4EF4: hue angle of 285.18º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4EF4 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 78 | 244 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.04 |
| HSL | 285.18º | 0.88% | 0.63% | - |
| HSV(B) | 285.18º | 0.68% | 0.96% | - |
| XYZ | 43.68 | 24.68 | 88.05 | - |
| YUV | 134.3 | 189.91 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 244 | 0.17 | 0.68 | 0 | 0.04 | 285.18 | 0.88 | 0.63 |
| Hex | CB | 4E | F4 | 11 | 44 | 0 | 4 | 11D | 58 | 3F |
| Octal | 313 | 116 | 364 | 21 | 104 | 0 | 4 | 435 | 130 | 77 |
| Binary | 11001011 | 1001110 | 11110100 | 10001 | 1000100 | 0 | 100 | 100011101 | 1011000 | 111111 |
Color Harmonies of #CB4EF4
Complementary color
Monochromatic Colors of #CB4EF4
Black with #CB4EF4
Text Example
Text Example
White with #CB4EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4EF4; }
p { color: rgb(203,78,244); }
H1.HeaderClassName
{
color: #CB4EF4;
}
.AnyTagClassName
{
color: #CB4EF4;
}
</style>
background-color css
<style>
a { background-color: #CB4EF4; }
a { background-color: rgb(203,78,244); }
div.DivClassName
{
background-color: #CB4EF4;
}
.BgClassName
{
background-color: #CB4EF4;
}
</style>
border-color css
<style>
span { border-color: #CB4EF4; }
span { border-color: rgb(203,78,244); }
td.TdClassName
{
border-color: #CB4EF4;
}
.TagClassName
{
border-color: #CB4EF4;
}
</style>