Shades of Medium Orchid #CB4CF8
Tints of Medium Orchid #CB4CF8
RGB
CMYK
RGB Variations
Color information
#CB4CF8 (or 0xCB4CF8) is known color: Medium Orchid. HEX triplet: CB, 4C and F8. RGB value is (203,76,248). Sum of RGB (Red+Green+Blue) = 203+76+248=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 76 (30.08% from 255 or 14.42% from 527); Blue value is 248 (97.27% from 255 or 47.06% from 527); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB4CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4CF8 is #34B307. Grayscale: #858585. Windows color (decimal): -3453704 or 16272587. OLE color: 16272587.
HSL color Cylindrical-coordinate representation of color #CB4CF8: hue angle of 284.3º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB4CF8 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 76 | 248 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.03 |
| HSL | 284.3º | 0.92% | 0.64% | - |
| HSV(B) | 284.3º | 0.69% | 0.97% | - |
| XYZ | 44.16 | 24.64 | 91.24 | - |
| YUV | 133.58 | 192.58 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 248 | 0.18 | 0.69 | 0 | 0.03 | 284.3 | 0.92 | 0.64 |
| Hex | CB | 4C | F8 | 12 | 45 | 0 | 3 | 11C | 5C | 40 |
| Octal | 313 | 114 | 370 | 22 | 105 | 0 | 3 | 434 | 134 | 100 |
| Binary | 11001011 | 1001100 | 11111000 | 10010 | 1000101 | 0 | 11 | 100011100 | 1011100 | 1000000 |
Color Harmonies of #CB4CF8
Complementary color
Monochromatic Colors of #CB4CF8
Black with #CB4CF8
Text Example
Text Example
White with #CB4CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CF8; }
p { color: rgb(203,76,248); }
H1.HeaderClassName
{
color: #CB4CF8;
}
.AnyTagClassName
{
color: #CB4CF8;
}
</style>
background-color css
<style>
a { background-color: #CB4CF8; }
a { background-color: rgb(203,76,248); }
div.DivClassName
{
background-color: #CB4CF8;
}
.BgClassName
{
background-color: #CB4CF8;
}
</style>
border-color css
<style>
span { border-color: #CB4CF8; }
span { border-color: rgb(203,76,248); }
td.TdClassName
{
border-color: #CB4CF8;
}
.TagClassName
{
border-color: #CB4CF8;
}
</style>