Shades of Medium Orchid #CB4CF7
Tints of Medium Orchid #CB4CF7
RGB
CMYK
RGB Variations
Color information
#CB4CF7 (or 0xCB4CF7) is known color: Medium Orchid. HEX triplet: CB, 4C and F7. RGB value is (203,76,247). Sum of RGB (Red+Green+Blue) = 203+76+247=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 76 (30.08% from 255 or 14.45% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB4CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4CF7 is #34B308. Grayscale: #848484. Windows color (decimal): -3453705 or 16207051. OLE color: 16207051.
HSL color Cylindrical-coordinate representation of color #CB4CF7: hue angle of 284.56º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB4CF7 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 76 | 247 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.03 |
| HSL | 284.56º | 0.91% | 0.63% | - |
| HSV(B) | 284.56º | 0.69% | 0.97% | - |
| XYZ | 44 | 24.58 | 90.42 | - |
| YUV | 133.47 | 192.08 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 247 | 0.18 | 0.69 | 0 | 0.03 | 284.56 | 0.91 | 0.63 |
| Hex | CB | 4C | F7 | 12 | 45 | 0 | 3 | 11D | 5B | 3F |
| Octal | 313 | 114 | 367 | 22 | 105 | 0 | 3 | 435 | 133 | 77 |
| Binary | 11001011 | 1001100 | 11110111 | 10010 | 1000101 | 0 | 11 | 100011101 | 1011011 | 111111 |
Color Harmonies of #CB4CF7
Complementary color
Monochromatic Colors of #CB4CF7
Black with #CB4CF7
Text Example
Text Example
White with #CB4CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CF7; }
p { color: rgb(203,76,247); }
H1.HeaderClassName
{
color: #CB4CF7;
}
.AnyTagClassName
{
color: #CB4CF7;
}
</style>
background-color css
<style>
a { background-color: #CB4CF7; }
a { background-color: rgb(203,76,247); }
div.DivClassName
{
background-color: #CB4CF7;
}
.BgClassName
{
background-color: #CB4CF7;
}
</style>
border-color css
<style>
span { border-color: #CB4CF7; }
span { border-color: rgb(203,76,247); }
td.TdClassName
{
border-color: #CB4CF7;
}
.TagClassName
{
border-color: #CB4CF7;
}
</style>